#492529

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

Shades of Bulgarian Rose #492529

Tints of Bulgarian Rose #492529

Color information

#492529 (or 0x492529) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 25 and 29. RGB value is (73,37,41). Sum of RGB (Red+Green+Blue) = 73+37+41=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492529 is #B6DAD6. Grayscale: #303030. Windows color (decimal): -11983575 or 2696521. OLE color: 2696521.

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

Color convert

RGB733741-
CMYK00.490.440.71
HSL353.33º32.73%21.57%-
HSV(B)353.33º49.32%28.63%-
XYZ3.812.92.46-
YUV48.22123.93145.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=48.34%
G=24.50%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73374100.490.440.71353.3332.7321.57
Hex4925290312C471612116
Octal1114551061541075414126
Binary10010011001011010010110001101100100011110110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492529; }

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

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

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

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

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

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

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

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