#44053C

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

Shades of Mardi Gras #44053C

Tints of Mardi Gras #44053C

Color information

#44053C (or 0x44053C) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 3C. RGB value is (68,5,60). Sum of RGB (Red+Green+Blue) = 68+5+60=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44053C is #BBFAC3. Grayscale: #1D1D1D. Windows color (decimal): -12319428 or 3933508. OLE color: 3933508.

HSL color Cylindrical-coordinate representation of color #44053C: hue angle of 307.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44053C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB68560-
CMYK00.930.120.73
HSL307.62º86.3%14.31%-
HSV(B)307.62º92.65%26.67%-
XYZ3.251.664.42-
YUV30.11144.87155.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=51.13%
G=3.76%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6856000.930.120.73307.6286.314.31
Hex4453C05DC4913456e
Octal10457401351411146412616
Binary1000100101111100010111011100100100110011010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44053C; }

 p { color: rgb(68,5,60); }

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

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

 a { background-color: rgb(68,5,60); }

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

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

 span { border-color: rgb(68,5,60); }

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