Shades of Mardi Gras #150813
Tints of Mardi Gras #150813
RGB
CMYK
RGB Variations
Color information
#150813 (or 0x150813) is known color: Mardi Gras. HEX triplet: 15, 08 and 13. RGB value is (21,8,19). Sum of RGB (Red+Green+Blue) = 21+8+19=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150813 is #EAF7EC. Grayscale: #0D0D0D. Windows color (decimal): -15398893 or 1247253. OLE color: 1247253.
HSL color Cylindrical-coordinate representation of color #150813: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150813 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 19 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.92 |
| HSL | 309.23º | 0.45% | 0.06% | - |
| HSV(B) | 309.23º | 0.62% | 0.08% | - |
| XYZ | 0.51 | 0.38 | 0.66 | - |
| YUV | 13.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 19 | 0 | 0.62 | 0.10 | 0.92 | 309.23 | 0.45 | 0.06 |
| Hex | 15 | 8 | 13 | 0 | 3E | A | 5C | 135 | 2D | 6 |
| Octal | 25 | 10 | 23 | 0 | 76 | 12 | 134 | 465 | 55 | 6 |
| Binary | 10101 | 1000 | 10011 | 0 | 111110 | 1010 | 1011100 | 100110101 | 101101 | 110 |
Color Harmonies of #150813
Complementary color
Monochromatic Colors of #150813
Black with #150813
Text Example
Text Example
White with #150813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150813; }
p { color: rgb(21,8,19); }
H1.HeaderClassName
{
color: #150813;
}
.AnyTagClassName
{
color: #150813;
}
</style>
background-color css
<style>
a { background-color: #150813; }
a { background-color: rgb(21,8,19); }
div.DivClassName
{
background-color: #150813;
}
.BgClassName
{
background-color: #150813;
}
</style>
border-color css
<style>
span { border-color: #150813; }
span { border-color: rgb(21,8,19); }
td.TdClassName
{
border-color: #150813;
}
.TagClassName
{
border-color: #150813;
}
</style>