#4D0C49

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

Shades of Mardi Gras #4D0C49

Tints of Mardi Gras #4D0C49

Color information

#4D0C49 (or 0x4D0C49) is unknown color: approx Mardi Gras. HEX triplet: 4D, 0C and 49. RGB value is (77,12,73). Sum of RGB (Red+Green+Blue) = 77+12+73=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C49 is #B2F3B6. Grayscale: #262626. Windows color (decimal): -11727799 or 4787277. OLE color: 4787277.

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

Color convert

RGB771273-
CMYK00.840.050.70
HSL303.69º73.03%17.45%-
HSV(B)303.69º84.42%30.2%-
XYZ4.392.326.52-
YUV38.39147.53155.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 12 (5.08% from 255) = 7.41%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=47.53%
G=7.41%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77127300.840.050.70303.6973.0317.45
Hex4DC490545461304911
Octal115141110124510646011121
Binary100110111001001001010101001011000110100110000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,73); }

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

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

 a { background-color: rgb(77,12,73); }

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

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

 span { border-color: rgb(77,12,73); }

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