Shades of Mardi Gras #260524
Tints of Mardi Gras #260524
RGB
CMYK
RGB Variations
Color information
#260524 (or 0x260524) is known color: Mardi Gras. HEX triplet: 26, 05 and 24. RGB value is (38,5,36). Sum of RGB (Red+Green+Blue) = 38+5+36=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #260524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260524 is #D9FADB. Grayscale: #121212. Windows color (decimal): -14285532 or 2360614. OLE color: 2360614.
HSL color Cylindrical-coordinate representation of color #260524: hue angle of 303.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260524 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 36 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.85 |
| HSL | 303.64º | 0.77% | 0.08% | - |
| HSV(B) | 303.64º | 0.87% | 0.15% | - |
| XYZ | 1.17 | 0.65 | 1.73 | - |
| YUV | 18.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 36 | 0 | 0.87 | 0.05 | 0.85 | 303.64 | 0.77 | 0.08 |
| Hex | 26 | 5 | 24 | 0 | 57 | 5 | 55 | 130 | 4D | 8 |
| Octal | 46 | 5 | 44 | 0 | 127 | 5 | 125 | 460 | 115 | 10 |
| Binary | 100110 | 101 | 100100 | 0 | 1010111 | 101 | 1010101 | 100110000 | 1001101 | 1000 |
Color Harmonies of #260524
Complementary color
Monochromatic Colors of #260524
Black with #260524
Text Example
Text Example
White with #260524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260524; }
p { color: rgb(38,5,36); }
H1.HeaderClassName
{
color: #260524;
}
.AnyTagClassName
{
color: #260524;
}
</style>
background-color css
<style>
a { background-color: #260524; }
a { background-color: rgb(38,5,36); }
div.DivClassName
{
background-color: #260524;
}
.BgClassName
{
background-color: #260524;
}
</style>
border-color css
<style>
span { border-color: #260524; }
span { border-color: rgb(38,5,36); }
td.TdClassName
{
border-color: #260524;
}
.TagClassName
{
border-color: #260524;
}
</style>