Shades of Mardi Gras #271725
Tints of Mardi Gras #271725
RGB
CMYK
RGB Variations
Color information
#271725 (or 0x271725) is known color: Mardi Gras. HEX triplet: 27, 17 and 25. RGB value is (39,23,37). Sum of RGB (Red+Green+Blue) = 39+23+37=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #271725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271725 is #D8E8DA. Grayscale: #1D1D1D. Windows color (decimal): -14215387 or 2430759. OLE color: 2430759.
HSL color Cylindrical-coordinate representation of color #271725: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #271725 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 23 | 37 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.85 |
| HSL | 307.5º | 0.26% | 0.12% | - |
| HSV(B) | 307.5º | 0.41% | 0.15% | - |
| XYZ | 1.48 | 1.18 | 1.9 | - |
| YUV | 29.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 37 | 0 | 0.41 | 0.05 | 0.85 | 307.5 | 0.26 | 0.12 |
| Hex | 27 | 17 | 25 | 0 | 29 | 5 | 55 | 134 | 1A | C |
| Octal | 47 | 27 | 45 | 0 | 51 | 5 | 125 | 464 | 32 | 14 |
| Binary | 100111 | 10111 | 100101 | 0 | 101001 | 101 | 1010101 | 100110100 | 11010 | 1100 |
Color Harmonies of #271725
Complementary color
Monochromatic Colors of #271725
Black with #271725
Text Example
Text Example
White with #271725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271725; }
p { color: rgb(39,23,37); }
H1.HeaderClassName
{
color: #271725;
}
.AnyTagClassName
{
color: #271725;
}
</style>
background-color css
<style>
a { background-color: #271725; }
a { background-color: rgb(39,23,37); }
div.DivClassName
{
background-color: #271725;
}
.BgClassName
{
background-color: #271725;
}
</style>
border-color css
<style>
span { border-color: #271725; }
span { border-color: rgb(39,23,37); }
td.TdClassName
{
border-color: #271725;
}
.TagClassName
{
border-color: #271725;
}
</style>