#481145

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

Shades of Mardi Gras #481145

Tints of Mardi Gras #481145

Color information

#481145 (or 0x481145) is unknown color: approx Mardi Gras. HEX triplet: 48, 11 and 45. RGB value is (72,17,69). Sum of RGB (Red+Green+Blue) = 72+17+69=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481145 is #B7EEBA. Grayscale: #272727. Windows color (decimal): -12054203 or 4526408. OLE color: 4526408.

HSL color Cylindrical-coordinate representation of color #481145: hue angle of 303.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481145 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB721769-
CMYK00.760.040.72
HSL303.27º61.8%17.45%-
HSV(B)303.27º76.39%28.24%-
XYZ3.952.215.85-
YUV39.37144.72151.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=45.57%
G=10.76%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72176900.760.040.72303.2761.817.45
Hex48114504C44812f3e11
Octal11021105011441104577621
Binary100100010001100010101001100100100100010010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481145; }

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

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

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

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

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

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

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

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