#481744

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

Shades of Mardi Gras #481744

Tints of Mardi Gras #481744

Color information

#481744 (or 0x481744) is unknown color: approx Mardi Gras. HEX triplet: 48, 17 and 44. RGB value is (72,23,68). Sum of RGB (Red+Green+Blue) = 72+23+68=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481744 is #B7E8BB. Grayscale: #2A2A2A. Windows color (decimal): -12052668 or 4462408. OLE color: 4462408.

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

Color convert

RGB722368-
CMYK00.680.060.72
HSL304.9º51.58%18.63%-
HSV(B)304.9º68.06%28.24%-
XYZ4.022.415.72-
YUV42.78142.23148.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=44.17%
G=14.11%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236800.680.060.72304.951.5818.63
Hex4817440446481313413
Octal11027104010461104616423
Binary100100010111100010001000100110100100010011000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481744; }

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

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

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

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

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

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

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

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