#47283E

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

Shades of Voodoo #47283E

Tints of Voodoo #47283E

Color information

#47283E (or 0x47283E) is unknown color: approx Voodoo. HEX triplet: 47, 28 and 3E. RGB value is (71,40,62). Sum of RGB (Red+Green+Blue) = 71+40+62=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #47283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47283E is #B8D7C1. Grayscale: #333333. Windows color (decimal): -12113858 or 4073543. OLE color: 4073543.

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

Color convert

RGB714062-
CMYK00.440.130.72
HSL317.42º27.93%21.76%-
HSV(B)317.42º43.66%27.84%-
XYZ4.233.24.95-
YUV51.78133.77141.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=41.04%
G=23.12%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71406200.440.130.72317.4227.9321.76
Hex47283E02CD4813d1c16
Octal1075076054151104753426
Binary10001111010001111100101100110110010001001111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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