#47233E

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

Shades of Voodoo #47233E

Tints of Voodoo #47233E

Color information

#47233E (or 0x47233E) is unknown color: approx Voodoo. HEX triplet: 47, 23 and 3E. RGB value is (71,35,62). Sum of RGB (Red+Green+Blue) = 71+35+62=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47233E is #B8DCC1. Grayscale: #303030. Windows color (decimal): -12115138 or 4072263. OLE color: 4072263.

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

Color convert

RGB713562-
CMYK00.510.130.72
HSL315º33.96%20.78%-
HSV(B)315º50.7%27.84%-
XYZ4.072.894.9-
YUV48.84135.43143.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=42.26%
G=20.83%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71356200.510.130.7231533.9620.78
Hex47233E033D4813b2215
Octal1074376063151104734225
Binary100011110001111111001100111101100100010011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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