Shades of Maroon #690500
Tints of Maroon #690500
RGB
CMYK
RGB Variations
Color information
#690500 (or 0x690500) is known color: Maroon. HEX triplet: 69, 05 and 00. RGB value is (105,5,0). Sum of RGB (Red+Green+Blue) = 105+5+0=110 (14% of max value = 765). Red value is 105 (41.41% from 255 or 95.45% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 105 - color contains mainly: red. Hex color #690500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690500 is #96FAFF. Grayscale: #222222. Windows color (decimal): -9894656 or 1385. OLE color: 1385.
HSL color Cylindrical-coordinate representation of color #690500: hue angle of 2.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.59 |
| HSL | 2.86º | 1% | 0.21% | - |
| HSV(B) | 2.86º | 1% | 0.41% | - |
| XYZ | 5.88 | 3.11 | 0.29 | - |
| YUV | 34.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 0 | 0 | 0.95 | 1 | 0.59 | 2.86 | 1 | 0.21 |
| Hex | 69 | 5 | 0 | 0 | 5F | 64 | 3B | 3 | 64 | 15 |
| Octal | 151 | 5 | 0 | 0 | 137 | 144 | 73 | 3 | 144 | 25 |
| Binary | 1101001 | 101 | 0 | 0 | 1011111 | 1100100 | 111011 | 11 | 1100100 | 10101 |
Color Harmonies of #690500
Complementary color
Monochromatic Colors of #690500
Black with #690500
Text Example
Text Example
White with #690500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690500; }
p { color: rgb(105,5,0); }
H1.HeaderClassName
{
color: #690500;
}
.AnyTagClassName
{
color: #690500;
}
</style>
background-color css
<style>
a { background-color: #690500; }
a { background-color: rgb(105,5,0); }
div.DivClassName
{
background-color: #690500;
}
.BgClassName
{
background-color: #690500;
}
</style>
border-color css
<style>
span { border-color: #690500; }
span { border-color: rgb(105,5,0); }
td.TdClassName
{
border-color: #690500;
}
.TagClassName
{
border-color: #690500;
}
</style>