#473742

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

Shades of Voodoo #473742

Tints of Voodoo #473742

Color information

#473742 (or 0x473742) is unknown color: approx Voodoo. HEX triplet: 47, 37 and 42. RGB value is (71,55,66). Sum of RGB (Red+Green+Blue) = 71+55+66=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473742 is #B8C8BD. Grayscale: #3D3D3D. Windows color (decimal): -12110014 or 4339527. OLE color: 4339527.

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

Color convert

RGB715566-
CMYK00.230.070.72
HSL318.75º12.7%24.71%-
HSV(B)318.75º22.54%27.84%-
XYZ4.954.475.76-
YUV61.04130.8135.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=36.98%
G=28.65%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71556600.230.070.72318.7512.724.71
Hex47374201774813fd19
Octal1076710202771104771531
Binary100011111011110000100101111111001000100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473742; }

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

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

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

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

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

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

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

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