Shades of Mardi Gras #150613
Tints of Mardi Gras #150613
RGB
CMYK
RGB Variations
Color information
#150613 (or 0x150613) is known color: Mardi Gras. HEX triplet: 15, 06 and 13. RGB value is (21,6,19). Sum of RGB (Red+Green+Blue) = 21+6+19=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150613 is #EAF9EC. Grayscale: #0B0B0B. Windows color (decimal): -15399405 or 1246741. OLE color: 1246741.
HSL color Cylindrical-coordinate representation of color #150613: hue angle of 308º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150613 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 6 | 19 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.92 |
| HSL | 308º | 0.56% | 0.05% | - |
| HSV(B) | 308º | 0.71% | 0.08% | - |
| XYZ | 0.49 | 0.34 | 0.66 | - |
| YUV | 11.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 19 | 0 | 0.71 | 0.10 | 0.92 | 308 | 0.56 | 0.05 |
| Hex | 15 | 6 | 13 | 0 | 47 | A | 5C | 134 | 38 | 5 |
| Octal | 25 | 6 | 23 | 0 | 107 | 12 | 134 | 464 | 70 | 5 |
| Binary | 10101 | 110 | 10011 | 0 | 1000111 | 1010 | 1011100 | 100110100 | 111000 | 101 |
Color Harmonies of #150613
Complementary color
Monochromatic Colors of #150613
Black with #150613
Text Example
Text Example
White with #150613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150613; }
p { color: rgb(21,6,19); }
H1.HeaderClassName
{
color: #150613;
}
.AnyTagClassName
{
color: #150613;
}
</style>
background-color css
<style>
a { background-color: #150613; }
a { background-color: rgb(21,6,19); }
div.DivClassName
{
background-color: #150613;
}
.BgClassName
{
background-color: #150613;
}
</style>
border-color css
<style>
span { border-color: #150613; }
span { border-color: rgb(21,6,19); }
td.TdClassName
{
border-color: #150613;
}
.TagClassName
{
border-color: #150613;
}
</style>