#47233B

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

Shades of Voodoo #47233B

Tints of Voodoo #47233B

Color information

#47233B (or 0x47233B) is unknown color: approx Voodoo. HEX triplet: 47, 23 and 3B. RGB value is (71,35,59). Sum of RGB (Red+Green+Blue) = 71+35+59=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47233B is #B8DCC4. Grayscale: #303030. Windows color (decimal): -12115141 or 3875655. OLE color: 3875655.

HSL color Cylindrical-coordinate representation of color #47233B: hue angle of 320º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47233B is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB713559-
CMYK00.510.170.72
HSL320º33.96%20.78%-
HSV(B)320º50.7%27.84%-
XYZ3.992.864.48-
YUV48.5133.93144.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=43.03%
G=21.21%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71355900.510.170.7232033.9620.78
Hex47233B03311481402215
Octal1074373063211105004225
Binary1000111100011111011011001110001100100010100000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47233B; }

 p { color: rgb(71,35,59); }

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

<style>
 a { background-color: #47233B; }

 a { background-color: rgb(71,35,59); }

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

<style>
 span { border-color: #47233B; }

 span { border-color: rgb(71,35,59); }

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