#472243

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

Shades of Voodoo #472243

Tints of Voodoo #472243

Color information

#472243 (or 0x472243) is unknown color: approx Voodoo. HEX triplet: 47, 22 and 43. RGB value is (71,34,67). Sum of RGB (Red+Green+Blue) = 71+34+67=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472243 is #B8DDBC. Grayscale: #303030. Windows color (decimal): -12115389 or 4399687. OLE color: 4399687.

HSL color Cylindrical-coordinate representation of color #472243: hue angle of 306.49º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472243 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB713467-
CMYK00.520.060.72
HSL306.49º35.24%20.59%-
HSV(B)306.49º52.11%27.84%-
XYZ4.182.895.65-
YUV48.82138.26143.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=41.28%
G=19.77%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71346700.520.060.72306.4935.2420.59
Hex4722430346481322315
Octal1074210306461104624325
Binary100011110001010000110110100110100100010011001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472243; }

 p { color: rgb(71,34,67); }

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

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

 a { background-color: rgb(71,34,67); }

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

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

 span { border-color: rgb(71,34,67); }

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