Shades of Maroon #690805
Tints of Maroon #690805
RGB
CMYK
RGB Variations
Color information
#690805 (or 0x690805) is known color: Maroon. HEX triplet: 69, 08 and 05. RGB value is (105,8,5). Sum of RGB (Red+Green+Blue) = 105+8+5=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #690805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690805 is #96F7FA. Grayscale: #242424. Windows color (decimal): -9893883 or 329833. OLE color: 329833.
HSL color Cylindrical-coordinate representation of color #690805: hue angle of 1.8º 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 #690805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.59 |
| HSL | 1.8º | 0.91% | 0.22% | - |
| HSV(B) | 1.8º | 0.95% | 0.41% | - |
| XYZ | 5.94 | 3.19 | 0.45 | - |
| YUV | 36.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 5 | 0 | 0.92 | 0.95 | 0.59 | 1.8 | 0.91 | 0.22 |
| Hex | 69 | 8 | 5 | 0 | 5C | 5F | 3B | 2 | 5B | 16 |
| Octal | 151 | 10 | 5 | 0 | 134 | 137 | 73 | 2 | 133 | 26 |
| Binary | 1101001 | 1000 | 101 | 0 | 1011100 | 1011111 | 111011 | 10 | 1011011 | 10110 |
Color Harmonies of #690805
Complementary color
Monochromatic Colors of #690805
Black with #690805
Text Example
Text Example
White with #690805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690805; }
p { color: rgb(105,8,5); }
H1.HeaderClassName
{
color: #690805;
}
.AnyTagClassName
{
color: #690805;
}
</style>
background-color css
<style>
a { background-color: #690805; }
a { background-color: rgb(105,8,5); }
div.DivClassName
{
background-color: #690805;
}
.BgClassName
{
background-color: #690805;
}
</style>
border-color css
<style>
span { border-color: #690805; }
span { border-color: rgb(105,8,5); }
td.TdClassName
{
border-color: #690805;
}
.TagClassName
{
border-color: #690805;
}
</style>