Shades of Mardi Gras #260725
Tints of Mardi Gras #260725
RGB
CMYK
RGB Variations
Color information
#260725 (or 0x260725) is known color: Mardi Gras. HEX triplet: 26, 07 and 25. RGB value is (38,7,37). Sum of RGB (Red+Green+Blue) = 38+7+37=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #260725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260725 is #D9F8DA. Grayscale: #131313. Windows color (decimal): -14285019 or 2426662. OLE color: 2426662.
HSL color Cylindrical-coordinate representation of color #260725: hue angle of 301.94º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260725 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 7 | 37 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.85 |
| HSL | 301.94º | 0.69% | 0.09% | - |
| HSV(B) | 301.94º | 0.82% | 0.15% | - |
| XYZ | 1.21 | 0.7 | 1.82 | - |
| YUV | 19.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 37 | 0 | 0.82 | 0.03 | 0.85 | 301.94 | 0.69 | 0.09 |
| Hex | 26 | 7 | 25 | 0 | 52 | 3 | 55 | 12E | 45 | 9 |
| Octal | 46 | 7 | 45 | 0 | 122 | 3 | 125 | 456 | 105 | 11 |
| Binary | 100110 | 111 | 100101 | 0 | 1010010 | 11 | 1010101 | 100101110 | 1000101 | 1001 |
Color Harmonies of #260725
Complementary color
Monochromatic Colors of #260725
Black with #260725
Text Example
Text Example
White with #260725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260725; }
p { color: rgb(38,7,37); }
H1.HeaderClassName
{
color: #260725;
}
.AnyTagClassName
{
color: #260725;
}
</style>
background-color css
<style>
a { background-color: #260725; }
a { background-color: rgb(38,7,37); }
div.DivClassName
{
background-color: #260725;
}
.BgClassName
{
background-color: #260725;
}
</style>
border-color css
<style>
span { border-color: #260725; }
span { border-color: rgb(38,7,37); }
td.TdClassName
{
border-color: #260725;
}
.TagClassName
{
border-color: #260725;
}
</style>