#480544

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

Shades of Mardi Gras #480544

Tints of Mardi Gras #480544

Color information

#480544 (or 0x480544) is unknown color: approx Mardi Gras. HEX triplet: 48, 05 and 44. RGB value is (72,5,68). Sum of RGB (Red+Green+Blue) = 72+5+68=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480544 is #B7FABB. Grayscale: #202020. Windows color (decimal): -12057276 or 4457800. OLE color: 4457800.

HSL color Cylindrical-coordinate representation of color #480544: hue angle of 303.58º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480544 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB72568-
CMYK00.930.060.72
HSL303.58º87.01%15.1%-
HSV(B)303.58º93.06%28.24%-
XYZ3.771.95.64-
YUV32.21148.2156.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=49.66%
G=3.45%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256800.930.060.72303.5887.0115.1
Hex4854405D64813057f
Octal11051040135611046012717
Binary1001000101100010001011101110100100010011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480544; }

 p { color: rgb(72,5,68); }

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

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

 a { background-color: rgb(72,5,68); }

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

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

 span { border-color: rgb(72,5,68); }

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