Shades of Mardi Gras #440D3D
Tints of Mardi Gras #440D3D
RGB
CMYK
RGB Variations
Color information
#440D3D (or 0x440D3D) is known color: Mardi Gras. HEX triplet: 44, 0D and 3D. RGB value is (68,13,61). Sum of RGB (Red+Green+Blue) = 68+13+61=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #440D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D3D is #BBF2C2. Grayscale: #222222. Windows color (decimal): -12317379 or 4001092. OLE color: 4001092.
HSL color Cylindrical-coordinate representation of color #440D3D: hue angle of 307.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D3D is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 61 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.73 |
| HSL | 307.64º | 0.68% | 0.16% | - |
| HSV(B) | 307.64º | 0.81% | 0.27% | - |
| XYZ | 3.37 | 1.85 | 4.6 | - |
| YUV | 34.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 61 | 0 | 0.81 | 0.10 | 0.73 | 307.64 | 0.68 | 0.16 |
| Hex | 44 | D | 3D | 0 | 51 | A | 49 | 134 | 44 | 10 |
| Octal | 104 | 15 | 75 | 0 | 121 | 12 | 111 | 464 | 104 | 20 |
| Binary | 1000100 | 1101 | 111101 | 0 | 1010001 | 1010 | 1001001 | 100110100 | 1000100 | 10000 |
Color Harmonies of #440D3D
Complementary color
Monochromatic Colors of #440D3D
Black with #440D3D
Text Example
Text Example
White with #440D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D3D; }
p { color: rgb(68,13,61); }
H1.HeaderClassName
{
color: #440D3D;
}
.AnyTagClassName
{
color: #440D3D;
}
</style>
background-color css
<style>
a { background-color: #440D3D; }
a { background-color: rgb(68,13,61); }
div.DivClassName
{
background-color: #440D3D;
}
.BgClassName
{
background-color: #440D3D;
}
</style>
border-color css
<style>
span { border-color: #440D3D; }
span { border-color: rgb(68,13,61); }
td.TdClassName
{
border-color: #440D3D;
}
.TagClassName
{
border-color: #440D3D;
}
</style>