#4C1442

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

Shades of Voodoo #4C1442

Tints of Voodoo #4C1442

Color information

#4C1442 (or 0x4C1442) is unknown color: approx Voodoo. HEX triplet: 4C, 14 and 42. RGB value is (76,20,66). Sum of RGB (Red+Green+Blue) = 76+20+66=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1442 is #B3EBBD. Grayscale: #292929. Windows color (decimal): -11791294 or 4330572. OLE color: 4330572.

HSL color Cylindrical-coordinate representation of color #4C1442: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1442 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB762066-
CMYK00.740.130.70
HSL310.71º58.33%18.82%-
HSV(B)310.71º73.68%29.8%-
XYZ4.212.435.4-
YUV41.99141.55152.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=46.91%
G=12.35%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76206600.740.130.70310.7158.3318.82
Hex4C144204AD461373a13
Octal114241020112151064677223
Binary1001100101001000010010010101101100011010011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1442; }

 p { color: rgb(76,20,66); }

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

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

 a { background-color: rgb(76,20,66); }

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

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

 span { border-color: rgb(76,20,66); }

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