Shades of Mardi Gras #260225
Tints of Mardi Gras #260225
RGB
CMYK
RGB Variations
Color information
#260225 (or 0x260225) is known color: Mardi Gras. HEX triplet: 26, 02 and 25. RGB value is (38,2,37). Sum of RGB (Red+Green+Blue) = 38+2+37=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #260225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260225 is #D9FDDA. Grayscale: #101010. Windows color (decimal): -14286299 or 2425382. OLE color: 2425382.
HSL color Cylindrical-coordinate representation of color #260225: hue angle of 301.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260225 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 37 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.85 |
| HSL | 301.67º | 0.9% | 0.08% | - |
| HSV(B) | 301.67º | 0.95% | 0.15% | - |
| XYZ | 1.15 | 0.59 | 1.8 | - |
| YUV | 16.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 37 | 0 | 0.95 | 0.03 | 0.85 | 301.67 | 0.9 | 0.08 |
| Hex | 26 | 2 | 25 | 0 | 5F | 3 | 55 | 12E | 5A | 8 |
| Octal | 46 | 2 | 45 | 0 | 137 | 3 | 125 | 456 | 132 | 10 |
| Binary | 100110 | 10 | 100101 | 0 | 1011111 | 11 | 1010101 | 100101110 | 1011010 | 1000 |
Color Harmonies of #260225
Complementary color
Monochromatic Colors of #260225
Black with #260225
Text Example
Text Example
White with #260225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260225; }
p { color: rgb(38,2,37); }
H1.HeaderClassName
{
color: #260225;
}
.AnyTagClassName
{
color: #260225;
}
</style>
background-color css
<style>
a { background-color: #260225; }
a { background-color: rgb(38,2,37); }
div.DivClassName
{
background-color: #260225;
}
.BgClassName
{
background-color: #260225;
}
</style>
border-color css
<style>
span { border-color: #260225; }
span { border-color: rgb(38,2,37); }
td.TdClassName
{
border-color: #260225;
}
.TagClassName
{
border-color: #260225;
}
</style>