#47183F

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

Shades of Voodoo #47183F

Tints of Voodoo #47183F

Color information

#47183F (or 0x47183F) is unknown color: approx Voodoo. HEX triplet: 47, 18 and 3F. RGB value is (71,24,63). Sum of RGB (Red+Green+Blue) = 71+24+63=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183F is #B8E7C0. Grayscale: #2A2A2A. Windows color (decimal): -12117953 or 4134983. OLE color: 4134983.

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

Color convert

RGB712463-
CMYK00.660.110.72
HSL310.21º49.47%18.63%-
HSV(B)310.21º66.2%27.84%-
XYZ3.822.354.96-
YUV42.5139.57148.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 63 (25% from 255) = 39.87%
R=44.94%
G=15.19%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71246300.660.110.72310.2149.4718.63
Hex47183F042B481363113
Octal10730770102131104666123
Binary100011111000111111010000101011100100010011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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