Shades of Maroon #690905
Tints of Maroon #690905
RGB
CMYK
RGB Variations
Color information
#690905 (or 0x690905) is known color: Maroon. HEX triplet: 69, 09 and 05. RGB value is (105,9,5). Sum of RGB (Red+Green+Blue) = 105+9+5=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #690905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690905 is #96F6FA. Grayscale: #252525. Windows color (decimal): -9893627 or 330089. OLE color: 330089.
HSL color Cylindrical-coordinate representation of color #690905: hue angle of 2.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690905 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 9 | 5 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.59 |
| HSL | 2.4º | 0.91% | 0.22% | - |
| HSV(B) | 2.4º | 0.95% | 0.41% | - |
| XYZ | 5.95 | 3.21 | 0.45 | - |
| YUV | 37.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 5 | 0 | 0.91 | 0.95 | 0.59 | 2.4 | 0.91 | 0.22 |
| Hex | 69 | 9 | 5 | 0 | 5B | 5F | 3B | 2 | 5B | 16 |
| Octal | 151 | 11 | 5 | 0 | 133 | 137 | 73 | 2 | 133 | 26 |
| Binary | 1101001 | 1001 | 101 | 0 | 1011011 | 1011111 | 111011 | 10 | 1011011 | 10110 |
Color Harmonies of #690905
Complementary color
Monochromatic Colors of #690905
Black with #690905
Text Example
Text Example
White with #690905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690905; }
p { color: rgb(105,9,5); }
H1.HeaderClassName
{
color: #690905;
}
.AnyTagClassName
{
color: #690905;
}
</style>
background-color css
<style>
a { background-color: #690905; }
a { background-color: rgb(105,9,5); }
div.DivClassName
{
background-color: #690905;
}
.BgClassName
{
background-color: #690905;
}
</style>
border-color css
<style>
span { border-color: #690905; }
span { border-color: rgb(105,9,5); }
td.TdClassName
{
border-color: #690905;
}
.TagClassName
{
border-color: #690905;
}
</style>