#492025

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

Shades of Bulgarian Rose #492025

Tints of Bulgarian Rose #492025

Color information

#492025 (or 0x492025) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 20 and 25. RGB value is (73,32,37). Sum of RGB (Red+Green+Blue) = 73+32+37=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492025 is #B6DFDA. Grayscale: #2C2C2C. Windows color (decimal): -11984859 or 2433097. OLE color: 2433097.

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

Color convert

RGB733237-
CMYK00.560.490.71
HSL352.68º39.05%20.59%-
HSV(B)352.68º56.16%28.63%-
XYZ3.62.582.06-
YUV44.83123.58148.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=51.41%
G=22.54%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73323700.560.490.71352.6839.0520.59
Hex49202503831471612715
Octal1114045070611075414725
Binary10010011000001001010111000110001100011110110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492025; }

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

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

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

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

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

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

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

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