#481344

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

Shades of Mardi Gras #481344

Tints of Mardi Gras #481344

Color information

#481344 (or 0x481344) is unknown color: approx Mardi Gras. HEX triplet: 48, 13 and 44. RGB value is (72,19,68). Sum of RGB (Red+Green+Blue) = 72+19+68=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481344 is #B7ECBB. Grayscale: #282828. Windows color (decimal): -12053692 or 4461384. OLE color: 4461384.

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

Color convert

RGB721968-
CMYK00.740.060.72
HSL304.53º58.24%17.84%-
HSV(B)304.53º73.61%28.24%-
XYZ3.952.265.7-
YUV40.43143.56150.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=45.28%
G=11.95%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72196800.740.060.72304.5358.2417.84
Hex48134404A6481313a12
Octal11023104011261104617222
Binary100100010011100010001001010110100100010011000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481344; }

 p { color: rgb(72,19,68); }

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

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

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

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

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

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

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