#472340

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

Shades of Voodoo #472340

Tints of Voodoo #472340

Color information

#472340 (or 0x472340) is unknown color: approx Voodoo. HEX triplet: 47, 23 and 40. RGB value is (71,35,64). Sum of RGB (Red+Green+Blue) = 71+35+64=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472340 is #B8DCBF. Grayscale: #303030. Windows color (decimal): -12115136 or 4203335. OLE color: 4203335.

HSL color Cylindrical-coordinate representation of color #472340: hue angle of 311.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472340 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB713564-
CMYK00.510.100.72
HSL311.67º33.96%20.78%-
HSV(B)311.67º50.7%27.84%-
XYZ4.122.915.2-
YUV49.07136.43143.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=41.76%
G=20.59%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71356400.510.100.72311.6733.9620.78
Hex472340033A481382215
Octal10743100063121104704225
Binary1000111100011100000001100111010100100010011100010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472340; }

 p { color: rgb(71,35,64); }

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

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

 a { background-color: rgb(71,35,64); }

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

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

 span { border-color: rgb(71,35,64); }

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