#472043

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

Shades of Voodoo #472043

Tints of Voodoo #472043

Color information

#472043 (or 0x472043) is unknown color: approx Voodoo. HEX triplet: 47, 20 and 43. RGB value is (71,32,67). Sum of RGB (Red+Green+Blue) = 71+32+67=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472043 is #B8DFBC. Grayscale: #2F2F2F. Windows color (decimal): -12115901 or 4399175. OLE color: 4399175.

HSL color Cylindrical-coordinate representation of color #472043: hue angle of 306.15º 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 #472043 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB713267-
CMYK00.550.060.72
HSL306.15º37.86%20.2%-
HSV(B)306.15º54.93%27.84%-
XYZ4.132.785.63-
YUV47.65138.92144.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=41.76%
G=18.82%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71326700.550.060.72306.1537.8620.2
Hex4720430376481322614
Octal1074010306761104624624
Binary100011110000010000110110111110100100010011001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472043; }

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

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

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

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

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

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

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

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