#473441

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

Shades of Voodoo #473441

Tints of Voodoo #473441

Color information

#473441 (or 0x473441) is unknown color: approx Voodoo. HEX triplet: 47, 34 and 41. RGB value is (71,52,65). Sum of RGB (Red+Green+Blue) = 71+52+65=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473441 is #B8CBBE. Grayscale: #3B3B3B. Windows color (decimal): -12110783 or 4273223. OLE color: 4273223.

HSL color Cylindrical-coordinate representation of color #473441: hue angle of 318.95º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #473441 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB715265-
CMYK00.270.080.72
HSL318.95º15.45%24.12%-
HSV(B)318.95º26.76%27.84%-
XYZ4.784.185.56-
YUV59.16131.29136.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=37.77%
G=27.66%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71526500.270.080.72318.9515.4524.12
Hex47344101B84813ff18
Octal10764101033101104771730
Binary1000111110100100000101101110001001000100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473441; }

 p { color: rgb(71,52,65); }

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

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

 a { background-color: rgb(71,52,65); }

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

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

 span { border-color: rgb(71,52,65); }

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