#481448

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

Shades of Mardi Gras #481448

Tints of Mardi Gras #481448

Color information

#481448 (or 0x481448) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 48. RGB value is (72,20,72). Sum of RGB (Red+Green+Blue) = 72+20+72=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481448 is #B7EBB7. Grayscale: #292929. Windows color (decimal): -12053432 or 4723784. OLE color: 4723784.

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

Color convert

RGB722072-
CMYK00.7200.72
HSL300º56.52%18.04%-
HSV(B)300º72.22%28.24%-
XYZ4.092.356.37-
YUV41.48145.23149.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=43.90%
G=12.20%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72207200.7200.7230056.5218.04
Hex48144804804812c3912
Octal11024110011001104547122
Binary1001000101001001000010010000100100010010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481448; }

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

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

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

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

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

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

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

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