Shades of Maroon #691202
Tints of Maroon #691202
RGB
CMYK
RGB Variations
Color information
#691202 (or 0x691202) is known color: Maroon. HEX triplet: 69, 12 and 02. RGB value is (105,18,2). Sum of RGB (Red+Green+Blue) = 105+18+2=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #691202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691202 is #96EDFD. Grayscale: #2A2A2A. Windows color (decimal): -9891326 or 135785. OLE color: 135785.
HSL color Cylindrical-coordinate representation of color #691202: hue angle of 9.32º 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 #691202 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.59 |
| HSL | 9.32º | 0.96% | 0.21% | - |
| HSV(B) | 9.32º | 0.98% | 0.41% | - |
| XYZ | 6.05 | 3.44 | 0.4 | - |
| YUV | 42.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 2 | 0 | 0.83 | 0.98 | 0.59 | 9.32 | 0.96 | 0.21 |
| Hex | 69 | 12 | 2 | 0 | 53 | 62 | 3B | 9 | 60 | 15 |
| Octal | 151 | 22 | 2 | 0 | 123 | 142 | 73 | 11 | 140 | 25 |
| Binary | 1101001 | 10010 | 10 | 0 | 1010011 | 1100010 | 111011 | 1001 | 1100000 | 10101 |
Color Harmonies of #691202
Complementary color
Monochromatic Colors of #691202
Black with #691202
Text Example
Text Example
White with #691202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691202; }
p { color: rgb(105,18,2); }
H1.HeaderClassName
{
color: #691202;
}
.AnyTagClassName
{
color: #691202;
}
</style>
background-color css
<style>
a { background-color: #691202; }
a { background-color: rgb(105,18,2); }
div.DivClassName
{
background-color: #691202;
}
.BgClassName
{
background-color: #691202;
}
</style>
border-color css
<style>
span { border-color: #691202; }
span { border-color: rgb(105,18,2); }
td.TdClassName
{
border-color: #691202;
}
.TagClassName
{
border-color: #691202;
}
</style>