#480142

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

Shades of Mardi Gras #480142

Tints of Mardi Gras #480142

Color information

#480142 (or 0x480142) is unknown color: approx Mardi Gras. HEX triplet: 48, 01 and 42. RGB value is (72,1,66). Sum of RGB (Red+Green+Blue) = 72+1+66=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480142 is #B7FEBD. Grayscale: #1D1D1D. Windows color (decimal): -12058302 or 4325704. OLE color: 4325704.

HSL color Cylindrical-coordinate representation of color #480142: hue angle of 305.07º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480142 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB72166-
CMYK00.990.080.72
HSL305.07º97.26%14.31%-
HSV(B)305.07º98.61%28.24%-
XYZ3.671.795.31-
YUV29.64148.52158.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=51.80%
G=0.72%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216600.990.080.72305.0797.2614.31
Hex4814206384813161e
Octal110110201431011046114116
Binary100100011000010011000111000100100010011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480142; }

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

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

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

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

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

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

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

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