#47203F

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

Shades of Voodoo #47203F

Tints of Voodoo #47203F

Color information

#47203F (or 0x47203F) is unknown color: approx Voodoo. HEX triplet: 47, 20 and 3F. RGB value is (71,32,63). Sum of RGB (Red+Green+Blue) = 71+32+63=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47203F is #B8DFC0. Grayscale: #2F2F2F. Windows color (decimal): -12115905 or 4137031. OLE color: 4137031.

HSL color Cylindrical-coordinate representation of color #47203F: hue angle of 312.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47203F is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB713263-
CMYK00.550.110.72
HSL312.31º37.86%20.2%-
HSV(B)312.31º54.93%27.84%-
XYZ4.012.735.02-
YUV47.2136.92144.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 63 (25% from 255) = 37.95%
R=42.77%
G=19.28%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71326300.550.110.72312.3137.8620.2
Hex47203F037B481382614
Octal1074077067131104704624
Binary100011110000011111101101111011100100010011100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47203F; }

 p { color: rgb(71,32,63); }

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

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

 a { background-color: rgb(71,32,63); }

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

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

 span { border-color: rgb(71,32,63); }

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