#473842

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

Shades of Voodoo #473842

Tints of Voodoo #473842

Color information

#473842 (or 0x473842) is unknown color: approx Voodoo. HEX triplet: 47, 38 and 42. RGB value is (71,56,66). Sum of RGB (Red+Green+Blue) = 71+56+66=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #473842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473842 is #B8C7BD. Grayscale: #3D3D3D. Windows color (decimal): -12109758 or 4339783. OLE color: 4339783.

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

Color convert

RGB715666-
CMYK00.210.070.72
HSL320º11.81%24.9%-
HSV(B)320º21.13%27.84%-
XYZ54.565.77-
YUV61.62130.47134.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=36.79%
G=29.02%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71566600.210.070.7232011.8124.9
Hex473842015748140c19
Octal1077010202571105001431
Binary100011111100010000100101011111001000101000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473842; }

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

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

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

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

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

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

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

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