#492024

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

Shades of Bulgarian Rose #492024

Tints of Bulgarian Rose #492024

Color information

#492024 (or 0x492024) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 20 and 24. RGB value is (73,32,36). Sum of RGB (Red+Green+Blue) = 73+32+36=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #492024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492024 is #B6DFDB. Grayscale: #2C2C2C. Windows color (decimal): -11984860 or 2367561. OLE color: 2367561.

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

Color convert

RGB733236-
CMYK00.560.510.71
HSL354.15º39.05%20.59%-
HSV(B)354.15º56.16%28.63%-
XYZ3.582.581.98-
YUV44.72123.08148.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=51.77%
G=22.70%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73323600.560.510.71354.1539.0520.59
Hex49202403833471622715
Octal1114044070631075424725
Binary10010011000001001000111000110011100011110110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492024; }

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

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

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

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

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

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

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

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