Shades of Mardi Gras #150814
Tints of Mardi Gras #150814
RGB
CMYK
RGB Variations
Color information
#150814 (or 0x150814) is known color: Mardi Gras. HEX triplet: 15, 08 and 14. RGB value is (21,8,20). Sum of RGB (Red+Green+Blue) = 21+8+20=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150814 is #EAF7EB. Grayscale: #0D0D0D. Windows color (decimal): -15398892 or 1312789. OLE color: 1312789.
HSL color Cylindrical-coordinate representation of color #150814: hue angle of 304.62º 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 #150814 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 20 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.92 |
| HSL | 304.62º | 0.45% | 0.06% | - |
| HSV(B) | 304.62º | 0.62% | 0.08% | - |
| XYZ | 0.52 | 0.38 | 0.71 | - |
| YUV | 13.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 20 | 0 | 0.62 | 0.05 | 0.92 | 304.62 | 0.45 | 0.06 |
| Hex | 15 | 8 | 14 | 0 | 3E | 5 | 5C | 131 | 2D | 6 |
| Octal | 25 | 10 | 24 | 0 | 76 | 5 | 134 | 461 | 55 | 6 |
| Binary | 10101 | 1000 | 10100 | 0 | 111110 | 101 | 1011100 | 100110001 | 101101 | 110 |
Color Harmonies of #150814
Complementary color
Monochromatic Colors of #150814
Black with #150814
Text Example
Text Example
White with #150814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150814; }
p { color: rgb(21,8,20); }
H1.HeaderClassName
{
color: #150814;
}
.AnyTagClassName
{
color: #150814;
}
</style>
background-color css
<style>
a { background-color: #150814; }
a { background-color: rgb(21,8,20); }
div.DivClassName
{
background-color: #150814;
}
.BgClassName
{
background-color: #150814;
}
</style>
border-color css
<style>
span { border-color: #150814; }
span { border-color: rgb(21,8,20); }
td.TdClassName
{
border-color: #150814;
}
.TagClassName
{
border-color: #150814;
}
</style>