#47183E

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

Shades of Voodoo #47183E

Tints of Voodoo #47183E

Color information

#47183E (or 0x47183E) is unknown color: approx Voodoo. HEX triplet: 47, 18 and 3E. RGB value is (71,24,62). Sum of RGB (Red+Green+Blue) = 71+24+62=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183E is #B8E7C1. Grayscale: #2A2A2A. Windows color (decimal): -12117954 or 4069447. OLE color: 4069447.

HSL color Cylindrical-coordinate representation of color #47183E: hue angle of 311.49º 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 #47183E is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB712462-
CMYK00.660.130.72
HSL311.49º49.47%18.63%-
HSV(B)311.49º66.2%27.84%-
XYZ3.792.344.81-
YUV42.38139.07148.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=45.22%
G=15.29%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71246200.660.130.72311.4949.4718.63
Hex47183E042D481373113
Octal10730760102151104676123
Binary100011111000111110010000101101100100010011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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