Shades of Maroon #690A01
Tints of Maroon #690A01
RGB
CMYK
RGB Variations
Color information
#690A01 (or 0x690A01) is known color: Maroon. HEX triplet: 69, 0A and 01. RGB value is (105,10,1). Sum of RGB (Red+Green+Blue) = 105+10+1=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A01 is #96F5FE. Grayscale: #252525. Windows color (decimal): -9893375 or 68201. OLE color: 68201.
HSL color Cylindrical-coordinate representation of color #690A01: hue angle of 5.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690A01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.59 |
| HSL | 5.19º | 0.98% | 0.21% | - |
| HSV(B) | 5.19º | 0.99% | 0.41% | - |
| XYZ | 5.94 | 3.22 | 0.34 | - |
| YUV | 37.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 1 | 0 | 0.90 | 0.99 | 0.59 | 5.19 | 0.98 | 0.21 |
| Hex | 69 | A | 1 | 0 | 5A | 63 | 3B | 5 | 62 | 15 |
| Octal | 151 | 12 | 1 | 0 | 132 | 143 | 73 | 5 | 142 | 25 |
| Binary | 1101001 | 1010 | 1 | 0 | 1011010 | 1100011 | 111011 | 101 | 1100010 | 10101 |
Color Harmonies of #690A01
Complementary color
Monochromatic Colors of #690A01
Black with #690A01
Text Example
Text Example
White with #690A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A01; }
p { color: rgb(105,10,1); }
H1.HeaderClassName
{
color: #690A01;
}
.AnyTagClassName
{
color: #690A01;
}
</style>
background-color css
<style>
a { background-color: #690A01; }
a { background-color: rgb(105,10,1); }
div.DivClassName
{
background-color: #690A01;
}
.BgClassName
{
background-color: #690A01;
}
</style>
border-color css
<style>
span { border-color: #690A01; }
span { border-color: rgb(105,10,1); }
td.TdClassName
{
border-color: #690A01;
}
.TagClassName
{
border-color: #690A01;
}
</style>