#481441

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

Shades of Mardi Gras #481441

Tints of Mardi Gras #481441

Color information

#481441 (or 0x481441) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 41. RGB value is (72,20,65). Sum of RGB (Red+Green+Blue) = 72+20+65=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481441 is #B7EBBE. Grayscale: #282828. Windows color (decimal): -12053439 or 4265032. OLE color: 4265032.

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

Color convert

RGB722065-
CMYK00.720.100.72
HSL308.08º56.52%18.04%-
HSV(B)308.08º72.22%28.24%-
XYZ3.882.265.23-
YUV40.68141.73150.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=45.86%
G=12.74%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206500.720.100.72308.0856.5218.04
Hex481441048A481343912
Octal110241010110121104647122
Binary1001000101001000001010010001010100100010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481441; }

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

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

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

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

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

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

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

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