#480545

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

Shades of Mardi Gras #480545

Tints of Mardi Gras #480545

Color information

#480545 (or 0x480545) is unknown color: approx Mardi Gras. HEX triplet: 48, 05 and 45. RGB value is (72,5,69). Sum of RGB (Red+Green+Blue) = 72+5+69=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480545 is #B7FABA. Grayscale: #202020. Windows color (decimal): -12057275 or 4523336. OLE color: 4523336.

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

Color convert

RGB72569-
CMYK00.930.040.72
HSL302.69º87.01%15.1%-
HSV(B)302.69º93.06%28.24%-
XYZ3.81.925.8-
YUV32.33148.7156.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 69 (27.34% from 255) = 47.26%
R=49.32%
G=3.42%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256900.930.040.72302.6987.0115.1
Hex4854505D44812f57f
Octal11051050135411045712717
Binary1001000101100010101011101100100100010010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480545; }

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

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

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

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

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

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

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

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