#472F42

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

Shades of Voodoo #472F42

Tints of Voodoo #472F42

Color information

#472F42 (or 0x472F42) is unknown color: approx Voodoo. HEX triplet: 47, 2F and 42. RGB value is (71,47,66). Sum of RGB (Red+Green+Blue) = 71+47+66=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F42 is #B8D0BD. Grayscale: #383838. Windows color (decimal): -12112062 or 4337479. OLE color: 4337479.

HSL color Cylindrical-coordinate representation of color #472F42: hue angle of 312.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F42 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB714766-
CMYK00.340.070.72
HSL312.5º20.34%23.14%-
HSV(B)312.5º33.8%27.84%-
XYZ4.63.775.64-
YUV56.34133.45138.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=38.59%
G=25.54%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71476600.340.070.72312.520.3423.14
Hex472F420227481381417
Octal1075710204271104702427
Binary10001111011111000010010001011110010001001110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F42; }

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

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

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

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

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

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

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

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