#473843

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

Shades of Voodoo #473843

Tints of Voodoo #473843

Color information

#473843 (or 0x473843) is unknown color: approx Voodoo. HEX triplet: 47, 38 and 43. RGB value is (71,56,67). Sum of RGB (Red+Green+Blue) = 71+56+67=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473843 is #B8C7BC. Grayscale: #3D3D3D. Windows color (decimal): -12109757 or 4405319. OLE color: 4405319.

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

Color convert

RGB715667-
CMYK00.210.060.72
HSL316º11.81%24.9%-
HSV(B)316º21.13%27.84%-
XYZ5.034.575.93-
YUV61.74130.97134.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=36.60%
G=28.87%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71566700.210.060.7231611.8124.9
Hex47384301564813cc19
Octal1077010302561104741431
Binary100011111100010000110101011101001000100111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473843; }

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

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

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

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

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

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

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

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