#473641

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

Shades of Voodoo #473641

Tints of Voodoo #473641

Color information

#473641 (or 0x473641) is unknown color: approx Voodoo. HEX triplet: 47, 36 and 41. RGB value is (71,54,65). Sum of RGB (Red+Green+Blue) = 71+54+65=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473641 is #B8C9BE. Grayscale: #3C3C3C. Windows color (decimal): -12110271 or 4273735. OLE color: 4273735.

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

Color convert

RGB715465-
CMYK00.240.080.72
HSL321.18º13.6%24.51%-
HSV(B)321.18º23.94%27.84%-
XYZ4.874.365.59-
YUV60.34130.63135.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=37.37%
G=28.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71546500.240.080.72321.1813.624.51
Hex473641018848141e19
Octal10766101030101105011631
Binary1000111110110100000101100010001001000101000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473641; }

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

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

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

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

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

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

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

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