Shades of Maroon #691003
Tints of Maroon #691003
RGB
CMYK
RGB Variations
Color information
#691003 (or 0x691003) is known color: Maroon. HEX triplet: 69, 10 and 03. RGB value is (105,16,3). Sum of RGB (Red+Green+Blue) = 105+16+3=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #691003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691003 is #96EFFC. Grayscale: #292929. Windows color (decimal): -9891837 or 200809. OLE color: 200809.
HSL color Cylindrical-coordinate representation of color #691003: hue angle of 7.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #691003 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 3 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.59 |
| HSL | 7.65º | 0.94% | 0.21% | - |
| HSV(B) | 7.65º | 0.97% | 0.41% | - |
| XYZ | 6.03 | 3.38 | 0.42 | - |
| YUV | 41.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 3 | 0 | 0.85 | 0.97 | 0.59 | 7.65 | 0.94 | 0.21 |
| Hex | 69 | 10 | 3 | 0 | 55 | 61 | 3B | 8 | 5E | 15 |
| Octal | 151 | 20 | 3 | 0 | 125 | 141 | 73 | 10 | 136 | 25 |
| Binary | 1101001 | 10000 | 11 | 0 | 1010101 | 1100001 | 111011 | 1000 | 1011110 | 10101 |
Color Harmonies of #691003
Complementary color
Monochromatic Colors of #691003
Black with #691003
Text Example
Text Example
White with #691003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691003; }
p { color: rgb(105,16,3); }
H1.HeaderClassName
{
color: #691003;
}
.AnyTagClassName
{
color: #691003;
}
</style>
background-color css
<style>
a { background-color: #691003; }
a { background-color: rgb(105,16,3); }
div.DivClassName
{
background-color: #691003;
}
.BgClassName
{
background-color: #691003;
}
</style>
border-color css
<style>
span { border-color: #691003; }
span { border-color: rgb(105,16,3); }
td.TdClassName
{
border-color: #691003;
}
.TagClassName
{
border-color: #691003;
}
</style>