Shades of Mardi Gras #421D3D
Tints of Mardi Gras #421D3D
RGB
CMYK
RGB Variations
Color information
#421D3D (or 0x421D3D) is known color: Mardi Gras. HEX triplet: 42, 1D and 3D. RGB value is (66,29,61). Sum of RGB (Red+Green+Blue) = 66+29+61=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #421D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D3D is #BDE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12444355 or 4005186. OLE color: 4005186.
HSL color Cylindrical-coordinate representation of color #421D3D: hue angle of 308.11º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D3D is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 61 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.74 |
| HSL | 308.11º | 0.39% | 0.19% | - |
| HSV(B) | 308.11º | 0.56% | 0.26% | - |
| XYZ | 3.53 | 2.37 | 4.69 | - |
| YUV | 43.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 61 | 0 | 0.56 | 0.08 | 0.74 | 308.11 | 0.39 | 0.19 |
| Hex | 42 | 1D | 3D | 0 | 38 | 8 | 4A | 134 | 27 | 13 |
| Octal | 102 | 35 | 75 | 0 | 70 | 10 | 112 | 464 | 47 | 23 |
| Binary | 1000010 | 11101 | 111101 | 0 | 111000 | 1000 | 1001010 | 100110100 | 100111 | 10011 |
Color Harmonies of #421D3D
Complementary color
Monochromatic Colors of #421D3D
Black with #421D3D
Text Example
Text Example
White with #421D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D3D; }
p { color: rgb(66,29,61); }
H1.HeaderClassName
{
color: #421D3D;
}
.AnyTagClassName
{
color: #421D3D;
}
</style>
background-color css
<style>
a { background-color: #421D3D; }
a { background-color: rgb(66,29,61); }
div.DivClassName
{
background-color: #421D3D;
}
.BgClassName
{
background-color: #421D3D;
}
</style>
border-color css
<style>
span { border-color: #421D3D; }
span { border-color: rgb(66,29,61); }
td.TdClassName
{
border-color: #421D3D;
}
.TagClassName
{
border-color: #421D3D;
}
</style>