Shades of Mardi Gras #260420
Tints of Mardi Gras #260420
RGB
CMYK
RGB Variations
Color information
#260420 (or 0x260420) is known color: Mardi Gras. HEX triplet: 26, 04 and 20. RGB value is (38,4,32). Sum of RGB (Red+Green+Blue) = 38+4+32=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #260420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260420 is #D9FBDF. Grayscale: #111111. Windows color (decimal): -14285792 or 2098214. OLE color: 2098214.
HSL color Cylindrical-coordinate representation of color #260420: hue angle of 310.59º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260420 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 4 | 32 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.85 |
| HSL | 310.59º | 0.81% | 0.08% | - |
| HSV(B) | 310.59º | 0.89% | 0.15% | - |
| XYZ | 1.1 | 0.6 | 1.42 | - |
| YUV | 17.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 32 | 0 | 0.89 | 0.16 | 0.85 | 310.59 | 0.81 | 0.08 |
| Hex | 26 | 4 | 20 | 0 | 59 | 10 | 55 | 137 | 51 | 8 |
| Octal | 46 | 4 | 40 | 0 | 131 | 20 | 125 | 467 | 121 | 10 |
| Binary | 100110 | 100 | 100000 | 0 | 1011001 | 10000 | 1010101 | 100110111 | 1010001 | 1000 |
Color Harmonies of #260420
Complementary color
Monochromatic Colors of #260420
Black with #260420
Text Example
Text Example
White with #260420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260420; }
p { color: rgb(38,4,32); }
H1.HeaderClassName
{
color: #260420;
}
.AnyTagClassName
{
color: #260420;
}
</style>
background-color css
<style>
a { background-color: #260420; }
a { background-color: rgb(38,4,32); }
div.DivClassName
{
background-color: #260420;
}
.BgClassName
{
background-color: #260420;
}
</style>
border-color css
<style>
span { border-color: #260420; }
span { border-color: rgb(38,4,32); }
td.TdClassName
{
border-color: #260420;
}
.TagClassName
{
border-color: #260420;
}
</style>