Shades of Maroon #690803
Tints of Maroon #690803
RGB
CMYK
RGB Variations
Color information
#690803 (or 0x690803) is known color: Maroon. HEX triplet: 69, 08 and 03. RGB value is (105,8,3). Sum of RGB (Red+Green+Blue) = 105+8+3=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690803 is #96F7FC. Grayscale: #242424. Windows color (decimal): -9893885 or 198761. OLE color: 198761.
HSL color Cylindrical-coordinate representation of color #690803: hue angle of 2.94º 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 #690803 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 3 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.59 |
| HSL | 2.94º | 0.94% | 0.21% | - |
| HSV(B) | 2.94º | 0.97% | 0.41% | - |
| XYZ | 5.93 | 3.18 | 0.39 | - |
| YUV | 36.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 3 | 0 | 0.92 | 0.97 | 0.59 | 2.94 | 0.94 | 0.21 |
| Hex | 69 | 8 | 3 | 0 | 5C | 61 | 3B | 3 | 5E | 15 |
| Octal | 151 | 10 | 3 | 0 | 134 | 141 | 73 | 3 | 136 | 25 |
| Binary | 1101001 | 1000 | 11 | 0 | 1011100 | 1100001 | 111011 | 11 | 1011110 | 10101 |
Color Harmonies of #690803
Complementary color
Monochromatic Colors of #690803
Black with #690803
Text Example
Text Example
White with #690803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690803; }
p { color: rgb(105,8,3); }
H1.HeaderClassName
{
color: #690803;
}
.AnyTagClassName
{
color: #690803;
}
</style>
background-color css
<style>
a { background-color: #690803; }
a { background-color: rgb(105,8,3); }
div.DivClassName
{
background-color: #690803;
}
.BgClassName
{
background-color: #690803;
}
</style>
border-color css
<style>
span { border-color: #690803; }
span { border-color: rgb(105,8,3); }
td.TdClassName
{
border-color: #690803;
}
.TagClassName
{
border-color: #690803;
}
</style>