#492124

Color #492124 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #492124

Tints of Bulgarian Rose #492124

Color information

#492124 (or 0x492124) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 21 and 24. RGB value is (73,33,36). Sum of RGB (Red+Green+Blue) = 73+33+36=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492124 is #B6DEDB. Grayscale: #2D2D2D. Windows color (decimal): -11984604 or 2367817. OLE color: 2367817.

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

Color convert

RGB733336-
CMYK00.550.510.71
HSL355.5º37.74%20.78%-
HSV(B)355.5º54.79%28.63%-
XYZ3.612.631.99-
YUV45.3122.75147.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=51.41%
G=23.24%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73333600.550.510.71355.537.7420.78
Hex49212403733471642615
Octal1114144067631075444625
Binary10010011000011001000110111110011100011110110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492124; }

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

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

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

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

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

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

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

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