Shades of Maroon #691401
Tints of Maroon #691401
RGB
CMYK
RGB Variations
Color information
#691401 (or 0x691401) is known color: Maroon. HEX triplet: 69, 14 and 01. RGB value is (105,20,1). Sum of RGB (Red+Green+Blue) = 105+20+1=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #691401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691401 is #96EBFE. Grayscale: #2B2B2B. Windows color (decimal): -9890815 or 70761. OLE color: 70761.
HSL color Cylindrical-coordinate representation of color #691401: hue angle of 10.96º 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 #691401 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 20 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.59 |
| HSL | 10.96º | 0.98% | 0.21% | - |
| HSV(B) | 10.96º | 0.99% | 0.41% | - |
| XYZ | 6.08 | 3.51 | 0.38 | - |
| YUV | 43.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 1 | 0 | 0.81 | 0.99 | 0.59 | 10.96 | 0.98 | 0.21 |
| Hex | 69 | 14 | 1 | 0 | 51 | 63 | 3B | B | 62 | 15 |
| Octal | 151 | 24 | 1 | 0 | 121 | 143 | 73 | 13 | 142 | 25 |
| Binary | 1101001 | 10100 | 1 | 0 | 1010001 | 1100011 | 111011 | 1011 | 1100010 | 10101 |
Color Harmonies of #691401
Complementary color
Monochromatic Colors of #691401
Black with #691401
Text Example
Text Example
White with #691401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691401; }
p { color: rgb(105,20,1); }
H1.HeaderClassName
{
color: #691401;
}
.AnyTagClassName
{
color: #691401;
}
</style>
background-color css
<style>
a { background-color: #691401; }
a { background-color: rgb(105,20,1); }
div.DivClassName
{
background-color: #691401;
}
.BgClassName
{
background-color: #691401;
}
</style>
border-color css
<style>
span { border-color: #691401; }
span { border-color: rgb(105,20,1); }
td.TdClassName
{
border-color: #691401;
}
.TagClassName
{
border-color: #691401;
}
</style>