#4D213E

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

Shades of Voodoo #4D213E

Tints of Voodoo #4D213E

Color information

#4D213E (or 0x4D213E) is unknown color: approx Voodoo. HEX triplet: 4D, 21 and 3E. RGB value is (77,33,62). Sum of RGB (Red+Green+Blue) = 77+33+62=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213E is #B2DEC1. Grayscale: #313131. Windows color (decimal): -11722434 or 4071757. OLE color: 4071757.

HSL color Cylindrical-coordinate representation of color #4D213E: hue angle of 320.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D213E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB773362-
CMYK00.570.190.70
HSL320.45º40%21.57%-
HSV(B)320.45º57.14%30.2%-
XYZ4.473.014.9-
YUV49.46135.08147.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.77%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=44.77%
G=19.19%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77336200.570.190.70320.454021.57
Hex4D213E03913461402816
Octal1154176071231065005026
Binary1001101100001111110011100110011100011010100000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,62); }

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

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

 a { background-color: rgb(77,33,62); }

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

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

 span { border-color: rgb(77,33,62); }

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