#480940

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

Shades of Mardi Gras #480940

Tints of Mardi Gras #480940

Color information

#480940 (or 0x480940) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 40. RGB value is (72,9,64). Sum of RGB (Red+Green+Blue) = 72+9+64=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480940 is #B7F6BF. Grayscale: #212121. Windows color (decimal): -12056256 or 4196680. OLE color: 4196680.

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

Color convert

RGB72964-
CMYK00.880.110.72
HSL307.62º77.78%15.88%-
HSV(B)307.62º87.5%28.24%-
XYZ3.71.945.03-
YUV34.11144.87155.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=49.66%
G=6.21%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7296400.880.110.72307.6277.7815.88
Hex48940058B481344e10
Octal1101110001301311046411620
Binary1001000100110000000101100010111001000100110100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480940; }

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

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

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

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

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

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

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

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