#473243

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

Shades of Voodoo #473243

Tints of Voodoo #473243

Color information

#473243 (or 0x473243) is unknown color: approx Voodoo. HEX triplet: 47, 32 and 43. RGB value is (71,50,67). Sum of RGB (Red+Green+Blue) = 71+50+67=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473243 is #B8CDBC. Grayscale: #3A3A3A. Windows color (decimal): -12111293 or 4403783. OLE color: 4403783.

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

Color convert

RGB715067-
CMYK00.300.060.72
HSL311.43º17.36%23.73%-
HSV(B)311.43º29.58%27.84%-
XYZ4.754.035.84-
YUV58.22132.96137.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=37.77%
G=26.60%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506700.300.060.72311.4317.3623.73
Hex47324301E6481371118
Octal1076210303661104672130
Binary1000111110010100001101111011010010001001101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473243; }

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

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

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

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

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

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

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

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