Shades of Mardi Gras #260122
Tints of Mardi Gras #260122
RGB
CMYK
RGB Variations
Color information
#260122 (or 0x260122) is known color: Mardi Gras. HEX triplet: 26, 01 and 22. RGB value is (38,1,34). Sum of RGB (Red+Green+Blue) = 38+1+34=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #260122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260122 is #D9FEDD. Grayscale: #0F0F0F. Windows color (decimal): -14286558 or 2228518. OLE color: 2228518.
HSL color Cylindrical-coordinate representation of color #260122: hue angle of 306.49º 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 #260122 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 34 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.85 |
| HSL | 306.49º | 0.95% | 0.08% | - |
| HSV(B) | 306.49º | 0.97% | 0.15% | - |
| XYZ | 1.1 | 0.55 | 1.56 | - |
| YUV | 15.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 34 | 0 | 0.97 | 0.11 | 0.85 | 306.49 | 0.95 | 0.08 |
| Hex | 26 | 1 | 22 | 0 | 61 | B | 55 | 132 | 5F | 8 |
| Octal | 46 | 1 | 42 | 0 | 141 | 13 | 125 | 462 | 137 | 10 |
| Binary | 100110 | 1 | 100010 | 0 | 1100001 | 1011 | 1010101 | 100110010 | 1011111 | 1000 |
Color Harmonies of #260122
Complementary color
Monochromatic Colors of #260122
Black with #260122
Text Example
Text Example
White with #260122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260122; }
p { color: rgb(38,1,34); }
H1.HeaderClassName
{
color: #260122;
}
.AnyTagClassName
{
color: #260122;
}
</style>
background-color css
<style>
a { background-color: #260122; }
a { background-color: rgb(38,1,34); }
div.DivClassName
{
background-color: #260122;
}
.BgClassName
{
background-color: #260122;
}
</style>
border-color css
<style>
span { border-color: #260122; }
span { border-color: rgb(38,1,34); }
td.TdClassName
{
border-color: #260122;
}
.TagClassName
{
border-color: #260122;
}
</style>