#480542

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

Shades of Mardi Gras #480542

Tints of Mardi Gras #480542

Color information

#480542 (or 0x480542) is unknown color: approx Mardi Gras. HEX triplet: 48, 05 and 42. RGB value is (72,5,66). Sum of RGB (Red+Green+Blue) = 72+5+66=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480542 is #B7FABD. Grayscale: #1F1F1F. Windows color (decimal): -12057278 or 4326728. OLE color: 4326728.

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

Color convert

RGB72566-
CMYK00.930.080.72
HSL305.37º87.01%15.1%-
HSV(B)305.37º93.06%28.24%-
XYZ3.711.885.32-
YUV31.99147.2156.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=50.35%
G=3.50%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256600.930.080.72305.3787.0115.1
Hex4854205D84813157f
Octal110510201351011046112717
Binary10010001011000010010111011000100100010011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480542; }

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

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

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

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

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

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

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

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