#492B41

Color #492B41 Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #492B41

Tints of Voodoo #492B41

Color information

#492B41 (or 0x492B41) is unknown color: approx Voodoo. HEX triplet: 49, 2B and 41. RGB value is (73,43,65). Sum of RGB (Red+Green+Blue) = 73+43+65=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B41 is #B6D4BE. Grayscale: #363636. Windows color (decimal): -11982015 or 4270921. OLE color: 4270921.

HSL color Cylindrical-coordinate representation of color #492B41: hue angle of 316º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B41 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB734365-
CMYK00.410.110.71
HSL316º25.86%22.75%-
HSV(B)316º41.1%28.63%-
XYZ4.573.535.44-
YUV54.48133.94141.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=40.33%
G=23.76%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73436500.410.110.7131625.8622.75
Hex492B41029B4713c1a17
Octal11153101051131074743227
Binary100100110101110000010101001101110001111001111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492B41; }

 p { color: rgb(73,43,65); }

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

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

 a { background-color: rgb(73,43,65); }

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

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

 span { border-color: rgb(73,43,65); }

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