#473643

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

Shades of Voodoo #473643

Tints of Voodoo #473643

Color information

#473643 (or 0x473643) is unknown color: approx Voodoo. HEX triplet: 47, 36 and 43. RGB value is (71,54,67). Sum of RGB (Red+Green+Blue) = 71+54+67=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473643 is #B8C9BC. Grayscale: #3C3C3C. Windows color (decimal): -12110269 or 4404807. OLE color: 4404807.

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

Color convert

RGB715467-
CMYK00.240.060.72
HSL314.12º13.6%24.51%-
HSV(B)314.12º23.94%27.84%-
XYZ4.934.385.9-
YUV60.56131.63135.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=36.98%
G=28.12%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71546700.240.060.72314.1213.624.51
Hex47364301864813ae19
Octal1076610303061104721631
Binary100011111011010000110110001101001000100111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473643; }

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

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

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

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

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

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

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

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