#481445

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

Shades of Mardi Gras #481445

Tints of Mardi Gras #481445

Color information

#481445 (or 0x481445) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 45. RGB value is (72,20,69). Sum of RGB (Red+Green+Blue) = 72+20+69=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481445 is #B7EBBA. Grayscale: #282828. Windows color (decimal): -12053435 or 4527176. OLE color: 4527176.

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

Color convert

RGB722069-
CMYK00.720.040.72
HSL303.46º56.52%18.04%-
HSV(B)303.46º72.22%28.24%-
XYZ42.315.86-
YUV41.13143.73150.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=44.72%
G=12.42%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206900.720.040.72303.4656.5218.04
Hex48144504844812f3912
Octal11024105011041104577122
Binary100100010100100010101001000100100100010010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481445; }

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

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

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

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

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

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

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

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