#492527

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

Shades of Bulgarian Rose #492527

Tints of Bulgarian Rose #492527

Color information

#492527 (or 0x492527) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 25 and 27. RGB value is (73,37,39). Sum of RGB (Red+Green+Blue) = 73+37+39=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492527 is #B6DAD8. Grayscale: #303030. Windows color (decimal): -11983577 or 2565449. OLE color: 2565449.

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

Color convert

RGB733739-
CMYK00.490.470.71
HSL356.67º32.73%21.57%-
HSV(B)356.67º49.32%28.63%-
XYZ3.782.892.28-
YUV47.99122.93145.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=48.99%
G=24.83%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73373900.490.470.71356.6732.7321.57
Hex4925270312F471652116
Octal1114547061571075454126
Binary10010011001011001110110001101111100011110110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492527; }

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

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

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

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

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

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

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

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