#44113B

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

Shades of Mardi Gras #44113B

Tints of Mardi Gras #44113B

Color information

#44113B (or 0x44113B) is unknown color: approx Mardi Gras. HEX triplet: 44, 11 and 3B. RGB value is (68,17,59). Sum of RGB (Red+Green+Blue) = 68+17+59=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44113B is #BBEEC4. Grayscale: #242424. Windows color (decimal): -12316357 or 3871044. OLE color: 3871044.

HSL color Cylindrical-coordinate representation of color #44113B: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44113B is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB681759-
CMYK00.750.130.73
HSL310.59º60%16.67%-
HSV(B)310.59º75%26.67%-
XYZ3.371.954.34-
YUV37.04140.4150.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=47.22%
G=11.81%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68175900.750.130.73310.596016.67
Hex44113B04BD491373c11
Octal10421730113151114677421
Binary100010010001111011010010111101100100110011011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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