Shades of Mardi Gras #260721
Tints of Mardi Gras #260721
RGB
CMYK
RGB Variations
Color information
#260721 (or 0x260721) is known color: Mardi Gras. HEX triplet: 26, 07 and 21. RGB value is (38,7,33). Sum of RGB (Red+Green+Blue) = 38+7+33=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #260721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260721 is #D9F8DE. Grayscale: #131313. Windows color (decimal): -14285023 or 2164518. OLE color: 2164518.
HSL color Cylindrical-coordinate representation of color #260721: hue angle of 309.68º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260721 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 7 | 33 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.85 |
| HSL | 309.68º | 0.69% | 0.09% | - |
| HSV(B) | 309.68º | 0.82% | 0.15% | - |
| XYZ | 1.15 | 0.67 | 1.51 | - |
| YUV | 19.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 33 | 0 | 0.82 | 0.13 | 0.85 | 309.68 | 0.69 | 0.09 |
| Hex | 26 | 7 | 21 | 0 | 52 | D | 55 | 136 | 45 | 9 |
| Octal | 46 | 7 | 41 | 0 | 122 | 15 | 125 | 466 | 105 | 11 |
| Binary | 100110 | 111 | 100001 | 0 | 1010010 | 1101 | 1010101 | 100110110 | 1000101 | 1001 |
Color Harmonies of #260721
Complementary color
Monochromatic Colors of #260721
Black with #260721
Text Example
Text Example
White with #260721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260721; }
p { color: rgb(38,7,33); }
H1.HeaderClassName
{
color: #260721;
}
.AnyTagClassName
{
color: #260721;
}
</style>
background-color css
<style>
a { background-color: #260721; }
a { background-color: rgb(38,7,33); }
div.DivClassName
{
background-color: #260721;
}
.BgClassName
{
background-color: #260721;
}
</style>
border-color css
<style>
span { border-color: #260721; }
span { border-color: rgb(38,7,33); }
td.TdClassName
{
border-color: #260721;
}
.TagClassName
{
border-color: #260721;
}
</style>