Shades of Mardi Gras #27082A
Tints of Mardi Gras #27082A
RGB
CMYK
RGB Variations
Color information
#27082A (or 0x27082A) is known color: Mardi Gras. HEX triplet: 27, 08 and 2A. RGB value is (39,8,42). Sum of RGB (Red+Green+Blue) = 39+8+42=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #27082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082A is #D8F7D5. Grayscale: #151515. Windows color (decimal): -14219222 or 2754599. OLE color: 2754599.
HSL color Cylindrical-coordinate representation of color #27082A: hue angle of 294.71º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27082A is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 8 | 42 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.84 |
| HSL | 294.71º | 0.68% | 0.1% | - |
| HSV(B) | 294.71º | 0.81% | 0.16% | - |
| XYZ | 1.34 | 0.77 | 2.27 | - |
| YUV | 21.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 42 | 0.07 | 0.81 | 0 | 0.84 | 294.71 | 0.68 | 0.1 |
| Hex | 27 | 8 | 2A | 7 | 51 | 0 | 54 | 127 | 44 | A |
| Octal | 47 | 10 | 52 | 7 | 121 | 0 | 124 | 447 | 104 | 12 |
| Binary | 100111 | 1000 | 101010 | 111 | 1010001 | 0 | 1010100 | 100100111 | 1000100 | 1010 |
Color Harmonies of #27082A
Complementary color
Monochromatic Colors of #27082A
Black with #27082A
Text Example
Text Example
White with #27082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27082A; }
p { color: rgb(39,8,42); }
H1.HeaderClassName
{
color: #27082A;
}
.AnyTagClassName
{
color: #27082A;
}
</style>
background-color css
<style>
a { background-color: #27082A; }
a { background-color: rgb(39,8,42); }
div.DivClassName
{
background-color: #27082A;
}
.BgClassName
{
background-color: #27082A;
}
</style>
border-color css
<style>
span { border-color: #27082A; }
span { border-color: rgb(39,8,42); }
td.TdClassName
{
border-color: #27082A;
}
.TagClassName
{
border-color: #27082A;
}
</style>