#492227

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

Shades of Bulgarian Rose #492227

Tints of Bulgarian Rose #492227

Color information

#492227 (or 0x492227) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 22 and 27. RGB value is (73,34,39). Sum of RGB (Red+Green+Blue) = 73+34+39=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492227 is #B6DDD8. Grayscale: #2E2E2E. Windows color (decimal): -11984345 or 2564681. OLE color: 2564681.

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

Color convert

RGB733439-
CMYK00.530.470.71
HSL352.31º36.45%20.98%-
HSV(B)352.31º53.42%28.63%-
XYZ3.692.712.25-
YUV46.23123.92147.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=50%
G=23.29%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73343900.530.470.71352.3136.4520.98
Hex4922270352F471602415
Octal1114247065571075404425
Binary10010011000101001110110101101111100011110110000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492227; }

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

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

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

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

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

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

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

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