Shades of Mardi Gras #090409
Tints of Mardi Gras #090409
RGB
CMYK
RGB Variations
Color information
#090409 (or 0x090409) is known color: Mardi Gras. HEX triplet: 09, 04 and 09. RGB value is (9,4,9). Sum of RGB (Red+Green+Blue) = 9+4+9=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 9 - color contains mainly: red, blue. Hex color #090409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090409 is #F6FBF6. Grayscale: #060606. Windows color (decimal): -16186359 or 590857. OLE color: 590857.
HSL color Cylindrical-coordinate representation of color #090409: hue angle of 300º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #090409 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 4 | 9 | - |
CMYK | 0 | 0.56 | 0 | 0.96 |
HSL | 300º | 0.38% | 0.03% | - |
HSV(B) | 300º | 0.56% | 0.04% | - |
XYZ | 0.21 | 0.16 | 0.28 | - |
YUV | 6.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 9 | 0 | 0.56 | 0 | 0.96 | 300 | 0.38 | 0.03 |
Hex | 9 | 4 | 9 | 0 | 38 | 0 | 60 | 12C | 26 | 3 |
Octal | 11 | 4 | 11 | 0 | 70 | 0 | 140 | 454 | 46 | 3 |
Binary | 1001 | 100 | 1001 | 0 | 111000 | 0 | 1100000 | 100101100 | 100110 | 11 |
Color Harmonies of #090409
Complementary color
Monochromatic Colors of #090409
Black with #090409
Text Example
Text Example
White with #090409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090409; }
p { color: rgb(9,4,9); }
H1.HeaderClassName
{
color: #090409;
}
.AnyTagClassName
{
color: #090409;
}
</style>
background-color css
<style>
a { background-color: #090409; }
a { background-color: rgb(9,4,9); }
div.DivClassName
{
background-color: #090409;
}
.BgClassName
{
background-color: #090409;
}
</style>
border-color css
<style>
span { border-color: #090409; }
span { border-color: rgb(9,4,9); }
td.TdClassName
{
border-color: #090409;
}
.TagClassName
{
border-color: #090409;
}
</style>