#47283F

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

Shades of Voodoo #47283F

Tints of Voodoo #47283F

Color information

#47283F (or 0x47283F) is unknown color: approx Voodoo. HEX triplet: 47, 28 and 3F. RGB value is (71,40,63). Sum of RGB (Red+Green+Blue) = 71+40+63=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #47283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47283F is #B8D7C0. Grayscale: #333333. Windows color (decimal): -12113857 or 4139079. OLE color: 4139079.

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

Color convert

RGB714063-
CMYK00.440.110.72
HSL315.48º27.93%21.76%-
HSV(B)315.48º43.66%27.84%-
XYZ4.253.225.1-
YUV51.89134.27141.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 63 (25% from 255) = 36.21%
R=40.80%
G=22.99%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71406300.440.110.72315.4827.9321.76
Hex47283F02CB4813b1c16
Octal1075077054131104733426
Binary10001111010001111110101100101110010001001110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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