#492226

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

Shades of Bulgarian Rose #492226

Tints of Bulgarian Rose #492226

Color information

#492226 (or 0x492226) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 22 and 26. RGB value is (73,34,38). Sum of RGB (Red+Green+Blue) = 73+34+38=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492226 is #B6DDD9. Grayscale: #2E2E2E. Windows color (decimal): -11984346 or 2499145. OLE color: 2499145.

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

Color convert

RGB733438-
CMYK00.530.480.71
HSL353.85º36.45%20.98%-
HSV(B)353.85º53.42%28.63%-
XYZ3.672.72.16-
YUV46.12123.42147.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=50.34%
G=23.45%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73343800.530.480.71353.8536.4520.98
Hex49222603530471622415
Octal1114246065601075424425
Binary10010011000101001100110101110000100011110110001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492226; }

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

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

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

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

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

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

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

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