#44013F

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

Shades of Mardi Gras #44013F

Tints of Mardi Gras #44013F

Color information

#44013F (or 0x44013F) is unknown color: approx Mardi Gras. HEX triplet: 44, 01 and 3F. RGB value is (68,1,63). Sum of RGB (Red+Green+Blue) = 68+1+63=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44013F is #BBFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12320449 or 4129092. OLE color: 4129092.

HSL color Cylindrical-coordinate representation of color #44013F: hue angle of 304.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44013F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB68163-
CMYK00.990.070.73
HSL304.48º97.1%13.53%-
HSV(B)304.48º98.53%26.67%-
XYZ3.291.614.84-
YUV28.1147.7156.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 63 (25% from 255) = 47.73%
R=51.52%
G=0.76%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6816300.990.070.73304.4897.113.53
Hex4413F06374913061e
Octal1041770143711146014116
Binary1000100111111101100011111100100110011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44013F; }

 p { color: rgb(68,1,63); }

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

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

 a { background-color: rgb(68,1,63); }

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

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

 span { border-color: rgb(68,1,63); }

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