#4C1C3F

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

Shades of Voodoo #4C1C3F

Tints of Voodoo #4C1C3F

Color information

#4C1C3F (or 0x4C1C3F) is unknown color: approx Voodoo. HEX triplet: 4C, 1C and 3F. RGB value is (76,28,63). Sum of RGB (Red+Green+Blue) = 76+28+63=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C3F is #B3E3C0. Grayscale: #2E2E2E. Windows color (decimal): -11789249 or 4136012. OLE color: 4136012.

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

Color convert

RGB762863-
CMYK00.630.170.70
HSL316.25º46.15%20.39%-
HSV(B)316.25º63.16%29.8%-
XYZ4.292.735-
YUV46.34137.4149.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 63 (25% from 255) = 37.72%
R=45.51%
G=16.77%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76286300.630.170.70316.2546.1520.39
Hex4C1C3F03F114613c2e14
Octal1143477077211064745624
Binary100110011100111111011111110001100011010011110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,28,63); }

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

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

 a { background-color: rgb(76,28,63); }

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

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

 span { border-color: rgb(76,28,63); }

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