Shades of Mardi Gras #20061C
Tints of Mardi Gras #20061C
RGB
CMYK
RGB Variations
Color information
#20061C (or 0x20061C) is known color: Mardi Gras. HEX triplet: 20, 06 and 1C. RGB value is (32,6,28). Sum of RGB (Red+Green+Blue) = 32+6+28=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20061C is #DFF9E3. Grayscale: #101010. Windows color (decimal): -14678500 or 1836576. OLE color: 1836576.
HSL color Cylindrical-coordinate representation of color #20061C: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20061C is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 6 | 28 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.87 |
| HSL | 309.23º | 0.68% | 0.07% | - |
| HSV(B) | 309.23º | 0.81% | 0.13% | - |
| XYZ | 0.87 | 0.52 | 1.15 | - |
| YUV | 16.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 28 | 0 | 0.81 | 0.12 | 0.87 | 309.23 | 0.68 | 0.07 |
| Hex | 20 | 6 | 1C | 0 | 51 | C | 57 | 135 | 44 | 7 |
| Octal | 40 | 6 | 34 | 0 | 121 | 14 | 127 | 465 | 104 | 7 |
| Binary | 100000 | 110 | 11100 | 0 | 1010001 | 1100 | 1010111 | 100110101 | 1000100 | 111 |
Color Harmonies of #20061C
Complementary color
Monochromatic Colors of #20061C
Black with #20061C
Text Example
Text Example
White with #20061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20061C; }
p { color: rgb(32,6,28); }
H1.HeaderClassName
{
color: #20061C;
}
.AnyTagClassName
{
color: #20061C;
}
</style>
background-color css
<style>
a { background-color: #20061C; }
a { background-color: rgb(32,6,28); }
div.DivClassName
{
background-color: #20061C;
}
.BgClassName
{
background-color: #20061C;
}
</style>
border-color css
<style>
span { border-color: #20061C; }
span { border-color: rgb(32,6,28); }
td.TdClassName
{
border-color: #20061C;
}
.TagClassName
{
border-color: #20061C;
}
</style>