#492425

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

Shades of Bulgarian Rose #492425

Tints of Bulgarian Rose #492425

Color information

#492425 (or 0x492425) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 24 and 25. RGB value is (73,36,37). Sum of RGB (Red+Green+Blue) = 73+36+37=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492425 is #B6DBDA. Grayscale: #2F2F2F. Windows color (decimal): -11983835 or 2434121. OLE color: 2434121.

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

Color convert

RGB733637-
CMYK00.510.490.71
HSL358.38º33.94%21.37%-
HSV(B)358.38º50.68%28.63%-
XYZ3.712.812.1-
YUV47.18122.26146.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=50%
G=24.66%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73363700.510.490.71358.3833.9421.37
Hex49242503331471662215
Octal1114445063611075464225
Binary10010011001001001010110011110001100011110110011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492425; }

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

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

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

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

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

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

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

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