#481447

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

Shades of Mardi Gras #481447

Tints of Mardi Gras #481447

Color information

#481447 (or 0x481447) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 47. RGB value is (72,20,71). Sum of RGB (Red+Green+Blue) = 72+20+71=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481447 is #B7EBB8. Grayscale: #292929. Windows color (decimal): -12053433 or 4658248. OLE color: 4658248.

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

Color convert

RGB722071-
CMYK00.720.010.72
HSL301.15º56.52%18.04%-
HSV(B)301.15º72.22%28.24%-
XYZ4.062.336.2-
YUV41.36144.73149.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=44.17%
G=12.27%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72207100.720.010.72301.1556.5218.04
Hex48144704814812d3912
Octal11024107011011104557122
Binary1001000101001000111010010001100100010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481447; }

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

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

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

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

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

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

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

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