#4D0C47

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

Shades of Mardi Gras #4D0C47

Tints of Mardi Gras #4D0C47

Color information

#4D0C47 (or 0x4D0C47) is unknown color: approx Mardi Gras. HEX triplet: 4D, 0C and 47. RGB value is (77,12,71). Sum of RGB (Red+Green+Blue) = 77+12+71=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C47 is #B2F3B8. Grayscale: #252525. Windows color (decimal): -11727801 or 4656205. OLE color: 4656205.

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

Color convert

RGB771271-
CMYK00.840.080.70
HSL305.54º73.03%17.45%-
HSV(B)305.54º84.42%30.2%-
XYZ4.332.36.18-
YUV38.16146.53155.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=48.12%
G=7.5%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77127100.840.080.70305.5473.0317.45
Hex4DC470548461324911
Octal1151410701241010646211121
Binary1001101110010001110101010010001000110100110010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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