#472D43

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

Shades of Voodoo #472D43

Tints of Voodoo #472D43

Color information

#472D43 (or 0x472D43) is unknown color: approx Voodoo. HEX triplet: 47, 2D and 43. RGB value is (71,45,67). Sum of RGB (Red+Green+Blue) = 71+45+67=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D43 is #B8D2BC. Grayscale: #373737. Windows color (decimal): -12112573 or 4402503. OLE color: 4402503.

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

Color convert

RGB714567-
CMYK00.370.060.72
HSL309.23º22.41%22.75%-
HSV(B)309.23º36.62%27.84%-
XYZ4.553.625.77-
YUV55.28134.61139.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=38.80%
G=24.59%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71456700.370.060.72309.2322.4122.75
Hex472D430256481351617
Octal1075510304561104652627
Binary10001111011011000011010010111010010001001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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