#4D0C48

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

Shades of Mardi Gras #4D0C48

Tints of Mardi Gras #4D0C48

Color information

#4D0C48 (or 0x4D0C48) is unknown color: approx Mardi Gras. HEX triplet: 4D, 0C and 48. RGB value is (77,12,72). Sum of RGB (Red+Green+Blue) = 77+12+72=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C48 is #B2F3B7. Grayscale: #262626. Windows color (decimal): -11727800 or 4721741. OLE color: 4721741.

HSL color Cylindrical-coordinate representation of color #4D0C48: hue angle of 304.62º 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 #4D0C48 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB771272-
CMYK00.840.060.70
HSL304.62º73.03%17.45%-
HSV(B)304.62º84.42%30.2%-
XYZ4.362.316.35-
YUV38.28147.03155.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=47.83%
G=7.45%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77127200.840.060.70304.6273.0317.45
Hex4DC480546461314911
Octal115141100124610646111121
Binary100110111001001000010101001101000110100110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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