#44053B

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

Shades of Mardi Gras #44053B

Tints of Mardi Gras #44053B

Color information

#44053B (or 0x44053B) is unknown color: approx Mardi Gras. HEX triplet: 44, 05 and 3B. RGB value is (68,5,59). Sum of RGB (Red+Green+Blue) = 68+5+59=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44053B is #BBFAC4. Grayscale: #1D1D1D. Windows color (decimal): -12319429 or 3867972. OLE color: 3867972.

HSL color Cylindrical-coordinate representation of color #44053B: hue angle of 308.57º 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 #44053B is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB68559-
CMYK00.930.130.73
HSL308.57º86.3%14.31%-
HSV(B)308.57º92.65%26.67%-
XYZ3.231.654.29-
YUV29.99144.37155.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=51.52%
G=3.79%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6855900.930.130.73308.5786.314.31
Hex4453B05DD4913556e
Octal10457301351511146512616
Binary1000100101111011010111011101100100110011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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