#4d1c41

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

Shades of Voodoo #4D1C41

Tints of Voodoo #4D1C41

Color information

#4D1C41 (or 0x4D1C41) is unknown color: approx Voodoo. HEX triplet: 4D, 1C and 41. RGB value is (77,28,65). Sum of RGB (Red+Green+Blue) = 77+28+65=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C41 is #B2E3BE. Grayscale: #2E2E2E. Windows color (decimal): -11723711 or 4267085. OLE color: 4267085.

HSL color Cylindrical-coordinate representation of color #4D1C41: hue angle of 314.69º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C41 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB772865-
CMYK00.640.160.70
HSL314.69º46.67%20.59%-
HSV(B)314.69º63.64%30.2%-
XYZ4.432.795.31-
YUV46.87138.23149.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.29%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=45.29%
G=16.47%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77286500.640.160.70314.6946.6720.59
Hex4D1C41040104613b2f15
Octal115341010100201064735725
Binary10011011110010000010100000010000100011010011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d1c41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,28,65); }

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

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

 a { background-color: rgb(77,28,65); }

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

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

 span { border-color: rgb(77,28,65); }

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