Shades of Maire #090802
Tints of Maire #090802
RGB
CMYK
RGB Variations
Color information
#090802 (or 0x090802) is known color: Maire. HEX triplet: 09, 08 and 02. RGB value is (9,8,2). Sum of RGB (Red+Green+Blue) = 9+8+2=19 (2% of max value = 765). Red value is 9 (3.91% from 255 or 47.37% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 9 - color contains mainly: red. Hex color #090802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090802 is #F6F7FD. Grayscale: #070707. Windows color (decimal): -16185342 or 133129. OLE color: 133129.
HSL color Cylindrical-coordinate representation of color #090802: hue angle of 51.43º 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 #090802 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 8 | 2 | - |
CMYK | 0 | 0.11 | 0.78 | 0.96 |
HSL | 51.43º | 0.64% | 0.02% | - |
HSV(B) | 51.43º | 0.78% | 0.04% | - |
XYZ | 0.21 | 0.24 | 0.09 | - |
YUV | 7.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 8 | 2 | 0 | 0.11 | 0.78 | 0.96 | 51.43 | 0.64 | 0.02 |
Hex | 9 | 8 | 2 | 0 | B | 4E | 60 | 33 | 40 | 2 |
Octal | 11 | 10 | 2 | 0 | 13 | 116 | 140 | 63 | 100 | 2 |
Binary | 1001 | 1000 | 10 | 0 | 1011 | 1001110 | 1100000 | 110011 | 1000000 | 10 |
Color Harmonies of #090802
Complementary color
Monochromatic Colors of #090802
Black with #090802
Text Example
Text Example
White with #090802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090802; }
p { color: rgb(9,8,2); }
H1.HeaderClassName
{
color: #090802;
}
.AnyTagClassName
{
color: #090802;
}
</style>
background-color css
<style>
a { background-color: #090802; }
a { background-color: rgb(9,8,2); }
div.DivClassName
{
background-color: #090802;
}
.BgClassName
{
background-color: #090802;
}
</style>
border-color css
<style>
span { border-color: #090802; }
span { border-color: rgb(9,8,2); }
td.TdClassName
{
border-color: #090802;
}
.TagClassName
{
border-color: #090802;
}
</style>