Shades of Mardi Gras #270120
Tints of Mardi Gras #270120
RGB
CMYK
RGB Variations
Color information
#270120 (or 0x270120) is known color: Mardi Gras. HEX triplet: 27, 01 and 20. RGB value is (39,1,32). Sum of RGB (Red+Green+Blue) = 39+1+32=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #270120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270120 is #D8FEDF. Grayscale: #0F0F0F. Windows color (decimal): -14221024 or 2097447. OLE color: 2097447.
HSL color Cylindrical-coordinate representation of color #270120: hue angle of 311.05º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270120 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 1 | 32 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.85 |
| HSL | 311.05º | 0.95% | 0.08% | - |
| HSV(B) | 311.05º | 0.97% | 0.15% | - |
| XYZ | 1.11 | 0.56 | 1.42 | - |
| YUV | 15.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 32 | 0 | 0.97 | 0.18 | 0.85 | 311.05 | 0.95 | 0.08 |
| Hex | 27 | 1 | 20 | 0 | 61 | 12 | 55 | 137 | 5F | 8 |
| Octal | 47 | 1 | 40 | 0 | 141 | 22 | 125 | 467 | 137 | 10 |
| Binary | 100111 | 1 | 100000 | 0 | 1100001 | 10010 | 1010101 | 100110111 | 1011111 | 1000 |
Color Harmonies of #270120
Complementary color
Monochromatic Colors of #270120
Black with #270120
Text Example
Text Example
White with #270120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270120; }
p { color: rgb(39,1,32); }
H1.HeaderClassName
{
color: #270120;
}
.AnyTagClassName
{
color: #270120;
}
</style>
background-color css
<style>
a { background-color: #270120; }
a { background-color: rgb(39,1,32); }
div.DivClassName
{
background-color: #270120;
}
.BgClassName
{
background-color: #270120;
}
</style>
border-color css
<style>
span { border-color: #270120; }
span { border-color: rgb(39,1,32); }
td.TdClassName
{
border-color: #270120;
}
.TagClassName
{
border-color: #270120;
}
</style>