#481241

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

Shades of Mardi Gras #481241

Tints of Mardi Gras #481241

Color information

#481241 (or 0x481241) is unknown color: approx Mardi Gras. HEX triplet: 48, 12 and 41. RGB value is (72,18,65). Sum of RGB (Red+Green+Blue) = 72+18+65=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481241 is #B7EDBE. Grayscale: #272727. Windows color (decimal): -12053951 or 4264520. OLE color: 4264520.

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

Color convert

RGB721865-
CMYK00.750.100.72
HSL307.78º60%17.65%-
HSV(B)307.78º75%28.24%-
XYZ3.842.195.22-
YUV39.5142.39151.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=46.45%
G=11.61%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72186500.750.100.72307.786017.65
Hex48124104BA481343c12
Octal110221010113121104647422
Binary1001000100101000001010010111010100100010011010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481241; }

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

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

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

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

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

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

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

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