#49243C

Color #49243C Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #49243C

Tints of Barossa #49243C

Color information

#49243C (or 0x49243C) is unknown color: approx Barossa. HEX triplet: 49, 24 and 3C. RGB value is (73,36,60). Sum of RGB (Red+Green+Blue) = 73+36+60=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49243C is #B6DBC3. Grayscale: #313131. Windows color (decimal): -11983812 or 3941449. OLE color: 3941449.

HSL color Cylindrical-coordinate representation of color #49243C: hue angle of 321.08º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49243C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB733660-
CMYK00.510.180.71
HSL321.08º33.94%21.37%-
HSV(B)321.08º50.68%28.63%-
XYZ4.1934.63-
YUV49.8133.76144.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=43.20%
G=21.30%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73366000.510.180.71321.0833.9421.37
Hex49243C03312471412215
Octal1114474063221075014225
Binary1001001100100111100011001110010100011110100000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49243C; }

 p { color: rgb(73,36,60); }

 H1.HeaderClassName
 {
   color: #49243C;
 }
 .AnyTagClassName
 {
   color: #49243C;
 }
</style>
background-color css

<style>
 a { background-color: #49243C; }

 a { background-color: rgb(73,36,60); }

 div.DivClassName
 {
   background-color: #49243C;
 }
 .BgClassName
 {
   background-color: #49243C;
 }
</style>
border-color css

<style>
 span { border-color: #49243C; }

 span { border-color: rgb(73,36,60); }

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