#481540

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

Shades of Mardi Gras #481540

Tints of Mardi Gras #481540

Color information

#481540 (or 0x481540) is unknown color: approx Mardi Gras. HEX triplet: 48, 15 and 40. RGB value is (72,21,64). Sum of RGB (Red+Green+Blue) = 72+21+64=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481540 is #B7EABF. Grayscale: #292929. Windows color (decimal): -12053184 or 4199752. OLE color: 4199752.

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

Color convert

RGB722164-
CMYK00.710.110.72
HSL309.41º54.84%18.24%-
HSV(B)309.41º70.83%28.24%-
XYZ3.872.285.09-
YUV41.15140.9150-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=45.86%
G=13.38%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72216400.710.110.72309.4154.8418.24
Hex481540047B481353712
Octal110251000107131104656722
Binary1001000101011000000010001111011100100010011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481540; }

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

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

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

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

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

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

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

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