#4D203F

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

Shades of Voodoo #4D203F

Tints of Voodoo #4D203F

Color information

#4D203F (or 0x4D203F) is unknown color: approx Voodoo. HEX triplet: 4D, 20 and 3F. RGB value is (77,32,63). Sum of RGB (Red+Green+Blue) = 77+32+63=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D203F is #B2DFC0. Grayscale: #303030. Windows color (decimal): -11722689 or 4137037. OLE color: 4137037.

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

Color convert

RGB773263-
CMYK00.580.180.70
HSL318.67º41.28%21.37%-
HSV(B)318.67º58.44%30.2%-
XYZ4.472.975.04-
YUV48.99135.91147.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.77%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 63 (25% from 255) = 36.63%
R=44.77%
G=18.60%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77326300.580.180.70318.6741.2821.37
Hex4D203F03A124613f2915
Octal1154077072221064775125
Binary1001101100000111111011101010010100011010011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,63); }

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

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

 a { background-color: rgb(77,32,63); }

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

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

 span { border-color: rgb(77,32,63); }

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