#480141

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

Shades of Mardi Gras #480141

Tints of Mardi Gras #480141

Color information

#480141 (or 0x480141) is unknown color: approx Mardi Gras. HEX triplet: 48, 01 and 41. RGB value is (72,1,65). Sum of RGB (Red+Green+Blue) = 72+1+65=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480141 is #B7FEBE. Grayscale: #1D1D1D. Windows color (decimal): -12058303 or 4260168. OLE color: 4260168.

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

Color convert

RGB72165-
CMYK00.990.100.72
HSL305.92º97.26%14.31%-
HSV(B)305.92º98.61%28.24%-
XYZ3.641.785.15-
YUV29.52148.02158.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=52.17%
G=0.72%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7216500.990.100.72305.9297.2614.31
Hex48141063A4813261e
Octal110110101431211046214116
Binary100100011000001011000111010100100010011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480141; }

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

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

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

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

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

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

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

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