Shades of Mardi Gras #090208
Tints of Mardi Gras #090208
RGB
CMYK
RGB Variations
Color information
#090208 (or 0x090208) is known color: Mardi Gras. HEX triplet: 09, 02 and 08. RGB value is (9,2,8). Sum of RGB (Red+Green+Blue) = 9+2+8=19 (2% of max value = 765). Red value is 9 (3.91% from 255 or 47.37% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 9 - color contains mainly: red. Hex color #090208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090208 is #F6FDF7. Grayscale: #040404. Windows color (decimal): -16186872 or 524809. OLE color: 524809.
HSL color Cylindrical-coordinate representation of color #090208: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090208 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 2 | 8 | - |
CMYK | 0 | 0.78 | 0.11 | 0.96 |
HSL | 308.57º | 0.64% | 0.02% | - |
HSV(B) | 308.57º | 0.78% | 0.04% | - |
XYZ | 0.18 | 0.12 | 0.24 | - |
YUV | 4.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 2 | 8 | 0 | 0.78 | 0.11 | 0.96 | 308.57 | 0.64 | 0.02 |
Hex | 9 | 2 | 8 | 0 | 4E | B | 60 | 135 | 40 | 2 |
Octal | 11 | 2 | 10 | 0 | 116 | 13 | 140 | 465 | 100 | 2 |
Binary | 1001 | 10 | 1000 | 0 | 1001110 | 1011 | 1100000 | 100110101 | 1000000 | 10 |
Color Harmonies of #090208
Complementary color
Monochromatic Colors of #090208
Black with #090208
Text Example
Text Example
White with #090208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090208; }
p { color: rgb(9,2,8); }
H1.HeaderClassName
{
color: #090208;
}
.AnyTagClassName
{
color: #090208;
}
</style>
background-color css
<style>
a { background-color: #090208; }
a { background-color: rgb(9,2,8); }
div.DivClassName
{
background-color: #090208;
}
.BgClassName
{
background-color: #090208;
}
</style>
border-color css
<style>
span { border-color: #090208; }
span { border-color: rgb(9,2,8); }
td.TdClassName
{
border-color: #090208;
}
.TagClassName
{
border-color: #090208;
}
</style>