#4C1A41

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

Shades of Voodoo #4C1A41

Tints of Voodoo #4C1A41

Color information

#4C1A41 (or 0x4C1A41) is unknown color: approx Voodoo. HEX triplet: 4C, 1A and 41. RGB value is (76,26,65). Sum of RGB (Red+Green+Blue) = 76+26+65=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A41 is #B3E5BE. Grayscale: #2D2D2D. Windows color (decimal): -11789759 or 4266572. OLE color: 4266572.

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

Color convert

RGB762665-
CMYK00.660.140.70
HSL313.2º49.02%20%-
HSV(B)313.2º65.79%29.8%-
XYZ4.32.665.29-
YUV45.4139.06149.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=45.51%
G=15.57%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76266500.660.140.70313.249.0220
Hex4C1A41042E461393114
Octal114321010102161064716124
Binary1001100110101000001010000101110100011010011100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,26,65); }

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

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

 a { background-color: rgb(76,26,65); }

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

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

 span { border-color: rgb(76,26,65); }

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