#481242

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

Shades of Mardi Gras #481242

Tints of Mardi Gras #481242

Color information

#481242 (or 0x481242) is unknown color: approx Mardi Gras. HEX triplet: 48, 12 and 42. RGB value is (72,18,66). Sum of RGB (Red+Green+Blue) = 72+18+66=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #481242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481242 is #B7EDBD. Grayscale: #272727. Windows color (decimal): -12053950 or 4330056. OLE color: 4330056.

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

Color convert

RGB721866-
CMYK00.750.080.72
HSL306.67º60%17.65%-
HSV(B)306.67º75%28.24%-
XYZ3.872.25.38-
YUV39.62142.89151.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=46.15%
G=11.54%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72186600.750.080.72306.676017.65
Hex48124204B8481333c12
Octal110221020113101104637422
Binary1001000100101000010010010111000100100010011001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481242; }

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

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

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

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

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

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

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

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