#481144

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

Shades of Mardi Gras #481144

Tints of Mardi Gras #481144

Color information

#481144 (or 0x481144) is unknown color: approx Mardi Gras. HEX triplet: 48, 11 and 44. RGB value is (72,17,68). Sum of RGB (Red+Green+Blue) = 72+17+68=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481144 is #B7EEBB. Grayscale: #272727. Windows color (decimal): -12054204 or 4460872. OLE color: 4460872.

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

Color convert

RGB721768-
CMYK00.760.060.72
HSL304.36º61.8%17.45%-
HSV(B)304.36º76.39%28.24%-
XYZ3.922.25.69-
YUV39.26144.22151.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=45.86%
G=10.83%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72176800.760.060.72304.3661.817.45
Hex48114404C6481303e11
Octal11021104011461104607621
Binary100100010001100010001001100110100100010011000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481144; }

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

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

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

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

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

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

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

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