Shades of Maroon #691304
Tints of Maroon #691304
RGB
CMYK
RGB Variations
Color information
#691304 (or 0x691304) is known color: Maroon. HEX triplet: 69, 13 and 04. RGB value is (105,19,4). Sum of RGB (Red+Green+Blue) = 105+19+4=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691304 is #96ECFB. Grayscale: #2B2B2B. Windows color (decimal): -9891068 or 267113. OLE color: 267113.
HSL color Cylindrical-coordinate representation of color #691304: hue angle of 8.91º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #691304 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 4 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.59 |
| HSL | 8.91º | 0.93% | 0.21% | - |
| HSV(B) | 8.91º | 0.96% | 0.41% | - |
| XYZ | 6.08 | 3.48 | 0.47 | - |
| YUV | 43 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 4 | 0 | 0.82 | 0.96 | 0.59 | 8.91 | 0.93 | 0.21 |
| Hex | 69 | 13 | 4 | 0 | 52 | 60 | 3B | 9 | 5D | 15 |
| Octal | 151 | 23 | 4 | 0 | 122 | 140 | 73 | 11 | 135 | 25 |
| Binary | 1101001 | 10011 | 100 | 0 | 1010010 | 1100000 | 111011 | 1001 | 1011101 | 10101 |
Color Harmonies of #691304
Complementary color
Monochromatic Colors of #691304
Black with #691304
Text Example
Text Example
White with #691304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691304; }
p { color: rgb(105,19,4); }
H1.HeaderClassName
{
color: #691304;
}
.AnyTagClassName
{
color: #691304;
}
</style>
background-color css
<style>
a { background-color: #691304; }
a { background-color: rgb(105,19,4); }
div.DivClassName
{
background-color: #691304;
}
.BgClassName
{
background-color: #691304;
}
</style>
border-color css
<style>
span { border-color: #691304; }
span { border-color: rgb(105,19,4); }
td.TdClassName
{
border-color: #691304;
}
.TagClassName
{
border-color: #691304;
}
</style>