#443143

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

Shades of Voodoo #443143

Tints of Voodoo #443143

Color information

#443143 (or 0x443143) is unknown color: approx Voodoo. HEX triplet: 44, 31 and 43. RGB value is (68,49,67). Sum of RGB (Red+Green+Blue) = 68+49+67=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #443143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443143 is #BBCEBC. Grayscale: #383838. Windows color (decimal): -12308157 or 4403524. OLE color: 4403524.

HSL color Cylindrical-coordinate representation of color #443143: hue angle of 303.16º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443143 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB684967-
CMYK00.280.010.73
HSL303.16º16.24%22.94%-
HSV(B)303.16º27.94%26.67%-
XYZ4.53.835.81-
YUV56.73133.79136.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=36.96%
G=26.63%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68496700.280.010.73303.1616.2422.94
Hex44314301C14912f1017
Octal1046110303411114572027
Binary10001001100011000011011100110010011001011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443143; }

 p { color: rgb(68,49,67); }

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

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

 a { background-color: rgb(68,49,67); }

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

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

 span { border-color: rgb(68,49,67); }

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