Shades of Mardi Gras #260424
Tints of Mardi Gras #260424
RGB
CMYK
RGB Variations
Color information
#260424 (or 0x260424) is known color: Mardi Gras. HEX triplet: 26, 04 and 24. RGB value is (38,4,36). Sum of RGB (Red+Green+Blue) = 38+4+36=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #260424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260424 is #D9FBDB. Grayscale: #111111. Windows color (decimal): -14285788 or 2360358. OLE color: 2360358.
HSL color Cylindrical-coordinate representation of color #260424: hue angle of 303.53º 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 #260424 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 4 | 36 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.85 |
| HSL | 303.53º | 0.81% | 0.08% | - |
| HSV(B) | 303.53º | 0.89% | 0.15% | - |
| XYZ | 1.16 | 0.63 | 1.73 | - |
| YUV | 17.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 36 | 0 | 0.89 | 0.05 | 0.85 | 303.53 | 0.81 | 0.08 |
| Hex | 26 | 4 | 24 | 0 | 59 | 5 | 55 | 130 | 51 | 8 |
| Octal | 46 | 4 | 44 | 0 | 131 | 5 | 125 | 460 | 121 | 10 |
| Binary | 100110 | 100 | 100100 | 0 | 1011001 | 101 | 1010101 | 100110000 | 1010001 | 1000 |
Color Harmonies of #260424
Complementary color
Monochromatic Colors of #260424
Black with #260424
Text Example
Text Example
White with #260424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260424; }
p { color: rgb(38,4,36); }
H1.HeaderClassName
{
color: #260424;
}
.AnyTagClassName
{
color: #260424;
}
</style>
background-color css
<style>
a { background-color: #260424; }
a { background-color: rgb(38,4,36); }
div.DivClassName
{
background-color: #260424;
}
.BgClassName
{
background-color: #260424;
}
</style>
border-color css
<style>
span { border-color: #260424; }
span { border-color: rgb(38,4,36); }
td.TdClassName
{
border-color: #260424;
}
.TagClassName
{
border-color: #260424;
}
</style>