#472242

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

Shades of Voodoo #472242

Tints of Voodoo #472242

Color information

#472242 (or 0x472242) is unknown color: approx Voodoo. HEX triplet: 47, 22 and 42. RGB value is (71,34,66). Sum of RGB (Red+Green+Blue) = 71+34+66=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472242 is #B8DDBD. Grayscale: #303030. Windows color (decimal): -12115390 or 4334151. OLE color: 4334151.

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

Color convert

RGB713466-
CMYK00.520.070.72
HSL308.11º35.24%20.59%-
HSV(B)308.11º52.11%27.84%-
XYZ4.152.885.49-
YUV48.71137.76143.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=41.52%
G=19.88%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71346600.520.070.72308.1135.2420.59
Hex4722420347481342315
Octal1074210206471104644325
Binary100011110001010000100110100111100100010011010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472242; }

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

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

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

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

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

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

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

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