#4D1A41

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

Shades of Voodoo #4D1A41

Tints of Voodoo #4D1A41

Color information

#4D1A41 (or 0x4D1A41) is unknown color: approx Voodoo. HEX triplet: 4D, 1A and 41. RGB value is (77,26,65). Sum of RGB (Red+Green+Blue) = 77+26+65=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A41 is #B2E5BE. Grayscale: #2D2D2D. Windows color (decimal): -11724223 or 4266573. OLE color: 4266573.

HSL color Cylindrical-coordinate representation of color #4D1A41: hue angle of 314.12º degrees, saturation: 0.5, 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 #4D1A41 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB772665-
CMYK00.660.160.70
HSL314.12º49.51%20.2%-
HSV(B)314.12º66.23%30.2%-
XYZ4.382.75.29-
YUV45.69138.9150.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=45.83%
G=15.48%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77266500.660.160.70314.1249.5120.2
Hex4D1A41042104613a3214
Octal115321010102201064726224
Binary10011011101010000010100001010000100011010011101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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