#492426

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

Shades of Bulgarian Rose #492426

Tints of Bulgarian Rose #492426

Color information

#492426 (or 0x492426) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 24 and 26. RGB value is (73,36,38). Sum of RGB (Red+Green+Blue) = 73+36+38=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492426 is #B6DBD9. Grayscale: #2F2F2F. Windows color (decimal): -11983834 or 2499657. OLE color: 2499657.

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

Color convert

RGB733638-
CMYK00.510.480.71
HSL356.76º33.94%21.37%-
HSV(B)356.76º50.68%28.63%-
XYZ3.732.822.18-
YUV47.29122.76146.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=49.66%
G=24.49%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73363800.510.480.71356.7633.9421.37
Hex49242603330471652215
Octal1114446063601075454225
Binary10010011001001001100110011110000100011110110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492426; }

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

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

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

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

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

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

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

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