#473443

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

Shades of Voodoo #473443

Tints of Voodoo #473443

Color information

#473443 (or 0x473443) is unknown color: approx Voodoo. HEX triplet: 47, 34 and 43. RGB value is (71,52,67). Sum of RGB (Red+Green+Blue) = 71+52+67=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473443 is #B8CBBC. Grayscale: #3B3B3B. Windows color (decimal): -12110781 or 4404295. OLE color: 4404295.

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

Color convert

RGB715267-
CMYK00.270.060.72
HSL312.63º15.45%24.12%-
HSV(B)312.63º26.76%27.84%-
XYZ4.844.25.87-
YUV59.39132.29136.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=37.37%
G=27.37%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71526700.270.060.72312.6315.4524.12
Hex47344301B648139f18
Octal1076410303361104711730
Binary100011111010010000110110111101001000100111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473443; }

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

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

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

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

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

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

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

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