#481342

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

Shades of Mardi Gras #481342

Tints of Mardi Gras #481342

Color information

#481342 (or 0x481342) is unknown color: approx Mardi Gras. HEX triplet: 48, 13 and 42. RGB value is (72,19,66). Sum of RGB (Red+Green+Blue) = 72+19+66=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481342 is #B7ECBD. Grayscale: #282828. Windows color (decimal): -12053694 or 4330312. OLE color: 4330312.

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

Color convert

RGB721966-
CMYK00.740.080.72
HSL306.79º58.24%17.84%-
HSV(B)306.79º73.61%28.24%-
XYZ3.892.245.38-
YUV40.2142.56150.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=45.86%
G=12.10%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72196600.740.080.72306.7958.2417.84
Hex48134204A8481333a12
Octal110231020112101104637222
Binary1001000100111000010010010101000100100010011001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481342; }

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

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

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

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

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

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

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

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