#472442

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

Shades of Voodoo #472442

Tints of Voodoo #472442

Color information

#472442 (or 0x472442) is unknown color: approx Voodoo. HEX triplet: 47, 24 and 42. RGB value is (71,36,66). Sum of RGB (Red+Green+Blue) = 71+36+66=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472442 is #B8DBBD. Grayscale: #313131. Windows color (decimal): -12114878 or 4334663. OLE color: 4334663.

HSL color Cylindrical-coordinate representation of color #472442: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472442 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB713666-
CMYK00.490.070.72
HSL308.57º32.71%20.98%-
HSV(B)308.57º49.3%27.84%-
XYZ4.212.995.51-
YUV49.88137.1143.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=41.04%
G=20.81%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71366600.490.070.72308.5732.7120.98
Hex4724420317481352115
Octal1074410206171104654125
Binary100011110010010000100110001111100100010011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472442; }

 p { color: rgb(71,36,66); }

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

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

 a { background-color: rgb(71,36,66); }

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

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

 span { border-color: rgb(71,36,66); }

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