#4C0F44

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

Shades of Mardi Gras #4C0F44

Tints of Mardi Gras #4C0F44

Color information

#4C0F44 (or 0x4C0F44) is unknown color: approx Mardi Gras. HEX triplet: 4C, 0F and 44. RGB value is (76,15,68). Sum of RGB (Red+Green+Blue) = 76+15+68=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F44 is #B3F0BB. Grayscale: #272727. Windows color (decimal): -11792572 or 4460364. OLE color: 4460364.

HSL color Cylindrical-coordinate representation of color #4C0F44: hue angle of 307.87º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F44 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB761568-
CMYK00.800.110.70
HSL307.87º67.03%17.84%-
HSV(B)307.87º80.26%29.8%-
XYZ4.192.35.69-
YUV39.28144.21154.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=47.80%
G=9.43%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76156800.800.110.70307.8767.0317.84
Hex4CF44050B461344312
Octal1141710401201310646410322
Binary1001100111110001000101000010111000110100110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,15,68); }

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

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

 a { background-color: rgb(76,15,68); }

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

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

 span { border-color: rgb(76,15,68); }

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