#47213B

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

Shades of Voodoo #47213B

Tints of Voodoo #47213B

Color information

#47213B (or 0x47213B) is unknown color: approx Voodoo. HEX triplet: 47, 21 and 3B. RGB value is (71,33,59). Sum of RGB (Red+Green+Blue) = 71+33+59=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #47213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47213B is #B8DEC4. Grayscale: #2F2F2F. Windows color (decimal): -12115653 or 3875143. OLE color: 3875143.

HSL color Cylindrical-coordinate representation of color #47213B: hue angle of 318.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47213B is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB713359-
CMYK00.540.170.72
HSL318.95º36.54%20.39%-
HSV(B)318.95º53.52%27.84%-
XYZ3.932.744.46-
YUV47.33134.59144.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=43.56%
G=20.25%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71335900.540.170.72318.9536.5420.39
Hex47213B036114813f2514
Octal1074173066211104774524
Binary1000111100001111011011011010001100100010011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47213B; }

 p { color: rgb(71,33,59); }

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

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

 a { background-color: rgb(71,33,59); }

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

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

 span { border-color: rgb(71,33,59); }

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