#481443

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

Shades of Mardi Gras #481443

Tints of Mardi Gras #481443

Color information

#481443 (or 0x481443) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 43. RGB value is (72,20,67). Sum of RGB (Red+Green+Blue) = 72+20+67=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481443 is #B7EBBC. Grayscale: #282828. Windows color (decimal): -12053437 or 4396104. OLE color: 4396104.

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

Color convert

RGB722067-
CMYK00.720.070.72
HSL305.77º56.52%18.04%-
HSV(B)305.77º72.22%28.24%-
XYZ3.942.285.54-
YUV40.91142.73150.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=45.28%
G=12.58%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206700.720.070.72305.7756.5218.04
Hex4814430487481323912
Octal11024103011071104627122
Binary100100010100100001101001000111100100010011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481443; }

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

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

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

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

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

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

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

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