#480942

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

Shades of Mardi Gras #480942

Tints of Mardi Gras #480942

Color information

#480942 (or 0x480942) is unknown color: approx Mardi Gras. HEX triplet: 48, 09 and 42. RGB value is (72,9,66). Sum of RGB (Red+Green+Blue) = 72+9+66=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480942 is #B7F6BD. Grayscale: #222222. Windows color (decimal): -12056254 or 4327752. OLE color: 4327752.

HSL color Cylindrical-coordinate representation of color #480942: hue angle of 305.71º 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 #480942 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB72966-
CMYK00.880.080.72
HSL305.71º77.78%15.88%-
HSV(B)305.71º87.5%28.24%-
XYZ3.751.975.34-
YUV34.34145.87154.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=48.98%
G=6.12%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7296600.880.080.72305.7177.7815.88
Hex489420588481324e10
Octal1101110201301011046211620
Binary1001000100110000100101100010001001000100110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480942; }

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

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

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

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

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

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

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

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