#492327

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

Shades of Bulgarian Rose #492327

Tints of Bulgarian Rose #492327

Color information

#492327 (or 0x492327) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 23 and 27. RGB value is (73,35,39). Sum of RGB (Red+Green+Blue) = 73+35+39=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492327 is #B6DCD8. Grayscale: #2E2E2E. Windows color (decimal): -11984089 or 2564937. OLE color: 2564937.

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

Color convert

RGB733539-
CMYK00.520.470.71
HSL353.68º35.19%21.18%-
HSV(B)353.68º52.05%28.63%-
XYZ3.712.772.26-
YUV46.82123.59146.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=49.66%
G=23.81%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353900.520.470.71353.6835.1921.18
Hex4923270342F471622315
Octal1114347064571075424325
Binary10010011000111001110110100101111100011110110001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492327; }

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

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

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

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

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

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

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

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