#492329

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

Shades of Bulgarian Rose #492329

Tints of Bulgarian Rose #492329

Color information

#492329 (or 0x492329) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 23 and 29. RGB value is (73,35,41). Sum of RGB (Red+Green+Blue) = 73+35+41=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492329 is #B6DCD6. Grayscale: #2F2F2F. Windows color (decimal): -11984087 or 2696009. OLE color: 2696009.

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

Color convert

RGB733541-
CMYK00.520.440.71
HSL350.53º35.19%21.18%-
HSV(B)350.53º52.05%28.63%-
XYZ3.752.782.44-
YUV47.05124.59146.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=48.99%
G=23.49%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73354100.520.440.71350.5335.1921.18
Hex4923290342C4715f2315
Octal1114351064541075374325
Binary10010011000111010010110100101100100011110101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492329; }

 p { color: rgb(73,35,41); }

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

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

 a { background-color: rgb(73,35,41); }

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

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

 span { border-color: rgb(73,35,41); }

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