#481048

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

Shades of Mardi Gras #481048

Tints of Mardi Gras #481048

Color information

#481048 (or 0x481048) is unknown color: approx Mardi Gras. HEX triplet: 48, 10 and 48. RGB value is (72,16,72). Sum of RGB (Red+Green+Blue) = 72+16+72=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481048 is #B7EFB7. Grayscale: #262626. Windows color (decimal): -12054456 or 4722760. OLE color: 4722760.

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

Color convert

RGB721672-
CMYK00.7800.72
HSL300º63.64%17.25%-
HSV(B)300º77.78%28.24%-
XYZ4.032.226.35-
YUV39.13146.55151.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 72 (28.52% from 255) = 45%
R=45%
G=10%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72167200.7800.7230063.6417.25
Hex48104804E04812c4011
Octal110201100116011045410021
Binary10010001000010010000100111001001000100101100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481048; }

 p { color: rgb(72,16,72); }

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

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

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

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

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

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

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