#492325

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

Shades of Bulgarian Rose #492325

Tints of Bulgarian Rose #492325

Color information

#492325 (or 0x492325) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 23 and 25. RGB value is (73,35,37). Sum of RGB (Red+Green+Blue) = 73+35+37=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492325 is #B6DCDA. Grayscale: #2E2E2E. Windows color (decimal): -11984091 or 2433865. OLE color: 2433865.

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

Color convert

RGB733537-
CMYK00.520.490.71
HSL356.84º35.19%21.18%-
HSV(B)356.84º52.05%28.63%-
XYZ3.682.752.09-
YUV46.59122.59146.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=50.34%
G=24.14%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353700.520.490.71356.8435.1921.18
Hex49232503431471652315
Octal1114345064611075454325
Binary10010011000111001010110100110001100011110110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492325; }

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

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

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

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

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

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

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

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