#481546

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

Shades of Mardi Gras #481546

Tints of Mardi Gras #481546

Color information

#481546 (or 0x481546) is unknown color: approx Mardi Gras. HEX triplet: 48, 15 and 46. RGB value is (72,21,70). Sum of RGB (Red+Green+Blue) = 72+21+70=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481546 is #B7EAB9. Grayscale: #292929. Windows color (decimal): -12053178 or 4592968. OLE color: 4592968.

HSL color Cylindrical-coordinate representation of color #481546: hue angle of 302.35º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481546 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB722170-
CMYK00.710.030.72
HSL302.35º54.84%18.24%-
HSV(B)302.35º70.83%28.24%-
XYZ4.052.366.04-
YUV41.83143.9149.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=44.17%
G=12.88%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72217000.710.030.72302.3554.8418.24
Hex48154604734812e3712
Octal11025106010731104566722
Binary10010001010110001100100011111100100010010111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481546; }

 p { color: rgb(72,21,70); }

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

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

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

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

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

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

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