#481340

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

Shades of Mardi Gras #481340

Tints of Mardi Gras #481340

Color information

#481340 (or 0x481340) is unknown color: approx Mardi Gras. HEX triplet: 48, 13 and 40. RGB value is (72,19,64). Sum of RGB (Red+Green+Blue) = 72+19+64=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481340 is #B7ECBF. Grayscale: #272727. Windows color (decimal): -12053696 or 4199240. OLE color: 4199240.

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

Color convert

RGB721964-
CMYK00.740.110.72
HSL309.06º58.24%17.84%-
HSV(B)309.06º73.61%28.24%-
XYZ3.832.215.08-
YUV39.98141.56150.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=46.45%
G=12.26%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72196400.740.110.72309.0658.2417.84
Hex48134004AB481353a12
Octal110231000112131104657222
Binary1001000100111000000010010101011100100010011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481340; }

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

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

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

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

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

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

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

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