#473043

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

Shades of Voodoo #473043

Tints of Voodoo #473043

Color information

#473043 (or 0x473043) is unknown color: approx Voodoo. HEX triplet: 47, 30 and 43. RGB value is (71,48,67). Sum of RGB (Red+Green+Blue) = 71+48+67=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473043 is #B8CFBC. Grayscale: #383838. Windows color (decimal): -12111805 or 4403271. OLE color: 4403271.

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

Color convert

RGB714867-
CMYK00.320.060.72
HSL310.43º19.33%23.33%-
HSV(B)310.43º32.39%27.84%-
XYZ4.673.865.81-
YUV57.04133.62137.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=38.17%
G=25.81%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71486700.320.060.72310.4319.3323.33
Hex4730430206481361317
Octal1076010304061104662327
Binary10001111100001000011010000011010010001001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473043; }

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

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

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

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

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

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

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

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