Shades of Mardi Gras #260121
Tints of Mardi Gras #260121
RGB
CMYK
RGB Variations
Color information
#260121 (or 0x260121) is known color: Mardi Gras. HEX triplet: 26, 01 and 21. RGB value is (38,1,33). Sum of RGB (Red+Green+Blue) = 38+1+33=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #260121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260121 is #D9FEDE. Grayscale: #0F0F0F. Windows color (decimal): -14286559 or 2162982. OLE color: 2162982.
HSL color Cylindrical-coordinate representation of color #260121: hue angle of 308.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260121 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 33 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.85 |
| HSL | 308.11º | 0.95% | 0.08% | - |
| HSV(B) | 308.11º | 0.97% | 0.15% | - |
| XYZ | 1.08 | 0.54 | 1.49 | - |
| YUV | 15.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 33 | 0 | 0.97 | 0.13 | 0.85 | 308.11 | 0.95 | 0.08 |
| Hex | 26 | 1 | 21 | 0 | 61 | D | 55 | 134 | 5F | 8 |
| Octal | 46 | 1 | 41 | 0 | 141 | 15 | 125 | 464 | 137 | 10 |
| Binary | 100110 | 1 | 100001 | 0 | 1100001 | 1101 | 1010101 | 100110100 | 1011111 | 1000 |
Color Harmonies of #260121
Complementary color
Monochromatic Colors of #260121
Black with #260121
Text Example
Text Example
White with #260121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260121; }
p { color: rgb(38,1,33); }
H1.HeaderClassName
{
color: #260121;
}
.AnyTagClassName
{
color: #260121;
}
</style>
background-color css
<style>
a { background-color: #260121; }
a { background-color: rgb(38,1,33); }
div.DivClassName
{
background-color: #260121;
}
.BgClassName
{
background-color: #260121;
}
</style>
border-color css
<style>
span { border-color: #260121; }
span { border-color: rgb(38,1,33); }
td.TdClassName
{
border-color: #260121;
}
.TagClassName
{
border-color: #260121;
}
</style>