Shades of Maroon #690808
Tints of Maroon #690808
RGB
CMYK
RGB Variations
Color information
#690808 (or 0x690808) is known color: Maroon. HEX triplet: 69, 08 and 08. RGB value is (105,8,8). Sum of RGB (Red+Green+Blue) = 105+8+8=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #690808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690808 is #96F7F7. Grayscale: #252525. Windows color (decimal): -9893880 or 526441. OLE color: 526441.
HSL color Cylindrical-coordinate representation of color #690808: hue angle of 0º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690808 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 8 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.59 |
| HSL | 0º | 0.86% | 0.22% | - |
| HSV(B) | 0º | 0.92% | 0.41% | - |
| XYZ | 5.96 | 3.19 | 0.53 | - |
| YUV | 37 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 8 | 0 | 0.92 | 0.92 | 0.59 | 0 | 0.86 | 0.22 |
| Hex | 69 | 8 | 8 | 0 | 5C | 5C | 3B | 0 | 56 | 16 |
| Octal | 151 | 10 | 10 | 0 | 134 | 134 | 73 | 0 | 126 | 26 |
| Binary | 1101001 | 1000 | 1000 | 0 | 1011100 | 1011100 | 111011 | 0 | 1010110 | 10110 |
Color Harmonies of #690808
Complementary color
Monochromatic Colors of #690808
Black with #690808
Text Example
Text Example
White with #690808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690808; }
p { color: rgb(105,8,8); }
H1.HeaderClassName
{
color: #690808;
}
.AnyTagClassName
{
color: #690808;
}
</style>
background-color css
<style>
a { background-color: #690808; }
a { background-color: rgb(105,8,8); }
div.DivClassName
{
background-color: #690808;
}
.BgClassName
{
background-color: #690808;
}
</style>
border-color css
<style>
span { border-color: #690808; }
span { border-color: rgb(105,8,8); }
td.TdClassName
{
border-color: #690808;
}
.TagClassName
{
border-color: #690808;
}
</style>