#473242

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

Shades of Voodoo #473242

Tints of Voodoo #473242

Color information

#473242 (or 0x473242) is unknown color: approx Voodoo. HEX triplet: 47, 32 and 42. RGB value is (71,50,66). Sum of RGB (Red+Green+Blue) = 71+50+66=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473242 is #B8CDBD. Grayscale: #3A3A3A. Windows color (decimal): -12111294 or 4338247. OLE color: 4338247.

HSL color Cylindrical-coordinate representation of color #473242: hue angle of 314.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473242 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB715066-
CMYK00.300.070.72
HSL314.29º17.36%23.73%-
HSV(B)314.29º29.58%27.84%-
XYZ4.724.015.68-
YUV58.1132.46137.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=37.97%
G=26.74%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506600.300.070.72314.2917.3623.73
Hex47324201E74813a1118
Octal1076210203671104722130
Binary1000111110010100001001111011110010001001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473242; }

 p { color: rgb(71,50,66); }

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

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

 a { background-color: rgb(71,50,66); }

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

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

 span { border-color: rgb(71,50,66); }

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