#492228

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

Shades of Bulgarian Rose #492228

Tints of Bulgarian Rose #492228

Color information

#492228 (or 0x492228) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 22 and 28. RGB value is (73,34,40). Sum of RGB (Red+Green+Blue) = 73+34+40=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492228 is #B6DDD7. Grayscale: #2E2E2E. Windows color (decimal): -11984344 or 2630217. OLE color: 2630217.

HSL color Cylindrical-coordinate representation of color #492228: hue angle of 350.77º 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 #492228 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB733440-
CMYK00.530.450.71
HSL350.77º36.45%20.98%-
HSV(B)350.77º53.42%28.63%-
XYZ3.72.712.34-
YUV46.34124.42147.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=49.66%
G=23.13%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73344000.530.450.71350.7736.4520.98
Hex4922280352D4715f2415
Octal1114250065551075374425
Binary10010011000101010000110101101101100011110101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492228; }

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

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

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

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

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

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

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

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