Shades of Maroon #691102
Tints of Maroon #691102
RGB
CMYK
RGB Variations
Color information
#691102 (or 0x691102) is known color: Maroon. HEX triplet: 69, 11 and 02. RGB value is (105,17,2). Sum of RGB (Red+Green+Blue) = 105+17+2=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #691102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691102 is #96EEFD. Grayscale: #292929. Windows color (decimal): -9891582 or 135529. OLE color: 135529.
HSL color Cylindrical-coordinate representation of color #691102: hue angle of 8.74º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #691102 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.59 |
| HSL | 8.74º | 0.96% | 0.21% | - |
| HSV(B) | 8.74º | 0.98% | 0.41% | - |
| XYZ | 6.04 | 3.41 | 0.4 | - |
| YUV | 41.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 2 | 0 | 0.84 | 0.98 | 0.59 | 8.74 | 0.96 | 0.21 |
| Hex | 69 | 11 | 2 | 0 | 54 | 62 | 3B | 9 | 60 | 15 |
| Octal | 151 | 21 | 2 | 0 | 124 | 142 | 73 | 11 | 140 | 25 |
| Binary | 1101001 | 10001 | 10 | 0 | 1010100 | 1100010 | 111011 | 1001 | 1100000 | 10101 |
Color Harmonies of #691102
Complementary color
Monochromatic Colors of #691102
Black with #691102
Text Example
Text Example
White with #691102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691102; }
p { color: rgb(105,17,2); }
H1.HeaderClassName
{
color: #691102;
}
.AnyTagClassName
{
color: #691102;
}
</style>
background-color css
<style>
a { background-color: #691102; }
a { background-color: rgb(105,17,2); }
div.DivClassName
{
background-color: #691102;
}
.BgClassName
{
background-color: #691102;
}
</style>
border-color css
<style>
span { border-color: #691102; }
span { border-color: rgb(105,17,2); }
td.TdClassName
{
border-color: #691102;
}
.TagClassName
{
border-color: #691102;
}
</style>