#481140

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

Shades of Mardi Gras #481140

Tints of Mardi Gras #481140

Color information

#481140 (or 0x481140) is unknown color: approx Mardi Gras. HEX triplet: 48, 11 and 40. RGB value is (72,17,64). Sum of RGB (Red+Green+Blue) = 72+17+64=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481140 is #B7EEBF. Grayscale: #262626. Windows color (decimal): -12054208 or 4198728. OLE color: 4198728.

HSL color Cylindrical-coordinate representation of color #481140: hue angle of 308.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481140 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB721764-
CMYK00.760.110.72
HSL308.73º61.8%17.45%-
HSV(B)308.73º76.39%28.24%-
XYZ3.82.155.07-
YUV38.8142.22151.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=47.06%
G=11.11%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72176400.760.110.72308.7361.817.45
Hex48114004CB481353e11
Octal110211000114131104657621
Binary1001000100011000000010011001011100100010011010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481140; }

 p { color: rgb(72,17,64); }

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

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

 a { background-color: rgb(72,17,64); }

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

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

 span { border-color: rgb(72,17,64); }

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