#473741

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

Shades of Voodoo #473741

Tints of Voodoo #473741

Color information

#473741 (or 0x473741) is unknown color: approx Voodoo. HEX triplet: 47, 37 and 41. RGB value is (71,55,65). Sum of RGB (Red+Green+Blue) = 71+55+65=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473741 is #B8C8BE. Grayscale: #3C3C3C. Windows color (decimal): -12110015 or 4273991. OLE color: 4273991.

HSL color Cylindrical-coordinate representation of color #473741: hue angle of 322.5º 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 #473741 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB715565-
CMYK00.230.080.72
HSL322.5º12.7%24.71%-
HSV(B)322.5º22.54%27.84%-
XYZ4.924.455.6-
YUV60.92130.3135.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=37.17%
G=28.80%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71556500.230.080.72322.512.724.71
Hex473741017848142d19
Octal10767101027101105021531
Binary1000111110111100000101011110001001000101000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473741; }

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

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

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

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

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

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

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

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