Shades of Mardi Gras #260A21
Tints of Mardi Gras #260A21
RGB
CMYK
RGB Variations
Color information
#260A21 (or 0x260A21) is known color: Mardi Gras. HEX triplet: 26, 0A and 21. RGB value is (38,10,33). Sum of RGB (Red+Green+Blue) = 38+10+33=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #260A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260A21 is #D9F5DE. Grayscale: #141414. Windows color (decimal): -14284255 or 2165286. OLE color: 2165286.
HSL color Cylindrical-coordinate representation of color #260A21: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A21 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 33 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.85 |
| HSL | 310.71º | 0.58% | 0.09% | - |
| HSV(B) | 310.71º | 0.74% | 0.15% | - |
| XYZ | 1.18 | 0.74 | 1.52 | - |
| YUV | 20.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 33 | 0 | 0.74 | 0.13 | 0.85 | 310.71 | 0.58 | 0.09 |
| Hex | 26 | A | 21 | 0 | 4A | D | 55 | 137 | 3A | 9 |
| Octal | 46 | 12 | 41 | 0 | 112 | 15 | 125 | 467 | 72 | 11 |
| Binary | 100110 | 1010 | 100001 | 0 | 1001010 | 1101 | 1010101 | 100110111 | 111010 | 1001 |
Color Harmonies of #260A21
Complementary color
Monochromatic Colors of #260A21
Black with #260A21
Text Example
Text Example
White with #260A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A21; }
p { color: rgb(38,10,33); }
H1.HeaderClassName
{
color: #260A21;
}
.AnyTagClassName
{
color: #260A21;
}
</style>
background-color css
<style>
a { background-color: #260A21; }
a { background-color: rgb(38,10,33); }
div.DivClassName
{
background-color: #260A21;
}
.BgClassName
{
background-color: #260A21;
}
</style>
border-color css
<style>
span { border-color: #260A21; }
span { border-color: rgb(38,10,33); }
td.TdClassName
{
border-color: #260A21;
}
.TagClassName
{
border-color: #260A21;
}
</style>