#472743

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

Shades of Voodoo #472743

Tints of Voodoo #472743

Color information

#472743 (or 0x472743) is unknown color: approx Voodoo. HEX triplet: 47, 27 and 43. RGB value is (71,39,67). Sum of RGB (Red+Green+Blue) = 71+39+67=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472743 is #B8D8BC. Grayscale: #333333. Windows color (decimal): -12114109 or 4400967. OLE color: 4400967.

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

Color convert

RGB713967-
CMYK00.450.060.72
HSL307.5º29.09%21.57%-
HSV(B)307.5º45.07%27.84%-
XYZ4.343.25.7-
YUV51.76136.6141.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=40.11%
G=22.03%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71396700.450.060.72307.529.0921.57
Hex47274302D6481341d16
Octal1074710305561104643526
Binary10001111001111000011010110111010010001001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472743; }

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

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

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

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

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

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

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

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