Shades of Mardi Gras #210823
Tints of Mardi Gras #210823
RGB
CMYK
RGB Variations
Color information
#210823 (or 0x210823) is known color: Mardi Gras. HEX triplet: 21, 08 and 23. RGB value is (33,8,35). Sum of RGB (Red+Green+Blue) = 33+8+35=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 35 - color contains mainly: blue. Hex color #210823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210823 is #DEF7DC. Grayscale: #121212. Windows color (decimal): -14612445 or 2295841. OLE color: 2295841.
HSL color Cylindrical-coordinate representation of color #210823: hue angle of 295.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #210823 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 8 | 35 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.86 |
| HSL | 295.56º | 0.63% | 0.08% | - |
| HSV(B) | 295.56º | 0.77% | 0.14% | - |
| XYZ | 1.02 | 0.62 | 1.66 | - |
| YUV | 18.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 35 | 0.06 | 0.77 | 0 | 0.86 | 295.56 | 0.63 | 0.08 |
| Hex | 21 | 8 | 23 | 6 | 4D | 0 | 56 | 128 | 3F | 8 |
| Octal | 41 | 10 | 43 | 6 | 115 | 0 | 126 | 450 | 77 | 10 |
| Binary | 100001 | 1000 | 100011 | 110 | 1001101 | 0 | 1010110 | 100101000 | 111111 | 1000 |
Color Harmonies of #210823
Complementary color
Monochromatic Colors of #210823
Black with #210823
Text Example
Text Example
White with #210823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210823; }
p { color: rgb(33,8,35); }
H1.HeaderClassName
{
color: #210823;
}
.AnyTagClassName
{
color: #210823;
}
</style>
background-color css
<style>
a { background-color: #210823; }
a { background-color: rgb(33,8,35); }
div.DivClassName
{
background-color: #210823;
}
.BgClassName
{
background-color: #210823;
}
</style>
border-color css
<style>
span { border-color: #210823; }
span { border-color: rgb(33,8,35); }
td.TdClassName
{
border-color: #210823;
}
.TagClassName
{
border-color: #210823;
}
</style>