#47193F

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

Shades of Voodoo #47193F

Tints of Voodoo #47193F

Color information

#47193F (or 0x47193F) is unknown color: approx Voodoo. HEX triplet: 47, 19 and 3F. RGB value is (71,25,63). Sum of RGB (Red+Green+Blue) = 71+25+63=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #47193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47193F is #B8E6C0. Grayscale: #2A2A2A. Windows color (decimal): -12117697 or 4135239. OLE color: 4135239.

HSL color Cylindrical-coordinate representation of color #47193F: hue angle of 310.43º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47193F is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB712563-
CMYK00.650.110.72
HSL310.43º47.92%18.82%-
HSV(B)310.43º64.79%27.84%-
XYZ3.842.394.96-
YUV43.09139.24147.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 63 (25% from 255) = 39.62%
R=44.65%
G=15.72%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71256300.650.110.72310.4347.9218.82
Hex47193F041B481363013
Octal10731770101131104666023
Binary100011111001111111010000011011100100010011011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47193F; }

 p { color: rgb(71,25,63); }

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

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

 a { background-color: rgb(71,25,63); }

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

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

 span { border-color: rgb(71,25,63); }

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