Shades of Mardi Gras #271225
Tints of Mardi Gras #271225
RGB
CMYK
RGB Variations
Color information
#271225 (or 0x271225) is known color: Mardi Gras. HEX triplet: 27, 12 and 25. RGB value is (39,18,37). Sum of RGB (Red+Green+Blue) = 39+18+37=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271225 is #D8EDDA. Grayscale: #1A1A1A. Windows color (decimal): -14216667 or 2429479. OLE color: 2429479.
HSL color Cylindrical-coordinate representation of color #271225: hue angle of 305.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #271225 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 18 | 37 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.85 |
| HSL | 305.71º | 0.37% | 0.11% | - |
| HSV(B) | 305.71º | 0.54% | 0.15% | - |
| XYZ | 1.39 | 1 | 1.87 | - |
| YUV | 26.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 37 | 0 | 0.54 | 0.05 | 0.85 | 305.71 | 0.37 | 0.11 |
| Hex | 27 | 12 | 25 | 0 | 36 | 5 | 55 | 132 | 25 | B |
| Octal | 47 | 22 | 45 | 0 | 66 | 5 | 125 | 462 | 45 | 13 |
| Binary | 100111 | 10010 | 100101 | 0 | 110110 | 101 | 1010101 | 100110010 | 100101 | 1011 |
Color Harmonies of #271225
Complementary color
Monochromatic Colors of #271225
Black with #271225
Text Example
Text Example
White with #271225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271225; }
p { color: rgb(39,18,37); }
H1.HeaderClassName
{
color: #271225;
}
.AnyTagClassName
{
color: #271225;
}
</style>
background-color css
<style>
a { background-color: #271225; }
a { background-color: rgb(39,18,37); }
div.DivClassName
{
background-color: #271225;
}
.BgClassName
{
background-color: #271225;
}
</style>
border-color css
<style>
span { border-color: #271225; }
span { border-color: rgb(39,18,37); }
td.TdClassName
{
border-color: #271225;
}
.TagClassName
{
border-color: #271225;
}
</style>