#481542

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

Shades of Mardi Gras #481542

Tints of Mardi Gras #481542

Color information

#481542 (or 0x481542) is unknown color: approx Mardi Gras. HEX triplet: 48, 15 and 42. RGB value is (72,21,66). Sum of RGB (Red+Green+Blue) = 72+21+66=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481542 is #B7EABD. Grayscale: #292929. Windows color (decimal): -12053182 or 4330824. OLE color: 4330824.

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

Color convert

RGB722166-
CMYK00.710.080.72
HSL307.06º54.84%18.24%-
HSV(B)307.06º70.83%28.24%-
XYZ3.922.315.39-
YUV41.38141.9149.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=45.28%
G=13.21%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72216600.710.080.72307.0654.8418.24
Hex4815420478481333712
Octal110251020107101104636722
Binary1001000101011000010010001111000100100010011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481542; }

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

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

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

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

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

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

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

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