#4C1942

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

Shades of Voodoo #4C1942

Tints of Voodoo #4C1942

Color information

#4C1942 (or 0x4C1942) is unknown color: approx Voodoo. HEX triplet: 4C, 19 and 42. RGB value is (76,25,66). Sum of RGB (Red+Green+Blue) = 76+25+66=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1942 is #B3E6BD. Grayscale: #2C2C2C. Windows color (decimal): -11790014 or 4331852. OLE color: 4331852.

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

Color convert

RGB762566-
CMYK00.670.130.70
HSL311.76º50.5%19.8%-
HSV(B)311.76º67.11%29.8%-
XYZ4.312.635.43-
YUV44.92139.9150.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=45.51%
G=14.97%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76256600.670.130.70311.7650.519.8
Hex4C1942043D461383214
Octal114311020103151064706224
Binary1001100110011000010010000111101100011010011100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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