#492224

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

Shades of Bulgarian Rose #492224

Tints of Bulgarian Rose #492224

Color information

#492224 (or 0x492224) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 22 and 24. RGB value is (73,34,36). Sum of RGB (Red+Green+Blue) = 73+34+36=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492224 is #B6DDDB. Grayscale: #2D2D2D. Windows color (decimal): -11984348 or 2368073. OLE color: 2368073.

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

Color convert

RGB733436-
CMYK00.530.510.71
HSL356.92º36.45%20.98%-
HSV(B)356.92º53.42%28.63%-
XYZ3.642.692-
YUV45.89122.42147.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=51.05%
G=23.78%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73343600.530.510.71356.9236.4520.98
Hex49222403533471652415
Octal1114244065631075454425
Binary10010011000101001000110101110011100011110110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492224; }

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

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

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

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

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

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

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

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