Shades of Maroon #690B0B
Tints of Maroon #690B0B
RGB
CMYK
RGB Variations
Color information
#690B0B (or 0x690B0B) is known color: Maroon. HEX triplet: 69, 0B and 0B. RGB value is (105,11,11). Sum of RGB (Red+Green+Blue) = 105+11+11=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B0B is #96F4F4. Grayscale: #272727. Windows color (decimal): -9893109 or 723817. OLE color: 723817.
HSL color Cylindrical-coordinate representation of color #690B0B: hue angle of 0º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B0B is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 11 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.59 |
| HSL | 0º | 0.81% | 0.23% | - |
| HSV(B) | 0º | 0.9% | 0.41% | - |
| XYZ | 6.01 | 3.27 | 0.63 | - |
| YUV | 39.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 11 | 0 | 0.90 | 0.90 | 0.59 | 0 | 0.81 | 0.23 |
| Hex | 69 | B | B | 0 | 5A | 5A | 3B | 0 | 51 | 17 |
| Octal | 151 | 13 | 13 | 0 | 132 | 132 | 73 | 0 | 121 | 27 |
| Binary | 1101001 | 1011 | 1011 | 0 | 1011010 | 1011010 | 111011 | 0 | 1010001 | 10111 |
Color Harmonies of #690B0B
Complementary color
Monochromatic Colors of #690B0B
Black with #690B0B
Text Example
Text Example
White with #690B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B0B; }
p { color: rgb(105,11,11); }
H1.HeaderClassName
{
color: #690B0B;
}
.AnyTagClassName
{
color: #690B0B;
}
</style>
background-color css
<style>
a { background-color: #690B0B; }
a { background-color: rgb(105,11,11); }
div.DivClassName
{
background-color: #690B0B;
}
.BgClassName
{
background-color: #690B0B;
}
</style>
border-color css
<style>
span { border-color: #690B0B; }
span { border-color: rgb(105,11,11); }
td.TdClassName
{
border-color: #690B0B;
}
.TagClassName
{
border-color: #690B0B;
}
</style>