#49253B

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

Shades of Barossa #49253B

Tints of Barossa #49253B

Color information

#49253B (or 0x49253B) is unknown color: approx Barossa. HEX triplet: 49, 25 and 3B. RGB value is (73,37,59). Sum of RGB (Red+Green+Blue) = 73+37+59=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49253B is #B6DAC4. Grayscale: #323232. Windows color (decimal): -11983557 or 3876169. OLE color: 3876169.

HSL color Cylindrical-coordinate representation of color #49253B: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49253B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB733759-
CMYK00.490.190.71
HSL323.33º32.73%21.57%-
HSV(B)323.33º49.32%28.63%-
XYZ4.23.064.51-
YUV50.27132.93144.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=43.20%
G=21.89%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73375900.490.190.71323.3332.7321.57
Hex49253B03113471432116
Octal1114573061231075034126
Binary1001001100101111011011000110011100011110100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49253B; }

 p { color: rgb(73,37,59); }

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

<style>
 a { background-color: #49253B; }

 a { background-color: rgb(73,37,59); }

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

<style>
 span { border-color: #49253B; }

 span { border-color: rgb(73,37,59); }

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