Html Css Color HEX #49283D Barossa

📋 copy color: '#49283D'

red 73 ◦ green 40 ◦ blue 61

#49283D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #49283D

Tints of Barossa #49283D

RGB

 RED value IS 73 (28.91% from 255) = 41.95%

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 61 (24.22% from 255) = 35.06%

R = 41.95%
G = 22.99%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#49283D (or 0x49283D) is known color: Barossa. HEX triplet: 49, 28 and 3D. RGB value is (73,40,61). Sum of RGB (Red+Green+Blue) = 73+40+61=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49283D is #B6D7C2. Grayscale: #343434. Windows color (decimal): -11982787 or 4008009. OLE color: 4008009.

HSL color Cylindrical-coordinate representation of color #49283D: hue angle of 321.82º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49283D is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 61 -
CMYK 0 0.45 0.16 0.71
HSL 321.82º 0.29% 0.22% -
HSV(B) 321.82º 0.45% 0.29% -
XYZ 4.35 3.27 4.82 -
YUV 52.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 73 40 61 0 0.45 0.16 0.71 321.82 0.29 0.22
Hex 49 28 3D 0 2D 10 47 142 1D 16
Octal 111 50 75 0 55 20 107 502 35 26
Binary 1001001 101000 111101 0 101101 10000 1000111 101000010 11101 10110

Color Harmonies of #49283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49283D

Black with #49283D

Text Example


Text Example

White with #49283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49283D; }

 p { color: rgb(73,40,61); }

 H1.HeaderClassName
 {
   color: #49283D;
 }
 .AnyTagClassName
 {
   color: #49283D;
 }
</style>

background-color css

<style>
 a { background-color: #49283D; }

 a { background-color: rgb(73,40,61); }

 div.DivClassName
 {
   background-color: #49283D;
 }
 .BgClassName
 {
   background-color: #49283D;
 }
</style>

border-color css

<style>
 span { border-color: #49283D; }

 span { border-color: rgb(73,40,61); }

 td.TdClassName
 {
   border-color: #49283D;
 }
 .TagClassName
 {
   border-color: #49283D;
 }
</style>