Shades of Maroon #690A05
Tints of Maroon #690A05
RGB
CMYK
RGB Variations
Color information
#690A05 (or 0x690A05) is known color: Maroon. HEX triplet: 69, 0A and 05. RGB value is (105,10,5). Sum of RGB (Red+Green+Blue) = 105+10+5=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A05 is #96F5FA. Grayscale: #252525. Windows color (decimal): -9893371 or 330345. OLE color: 330345.
HSL color Cylindrical-coordinate representation of color #690A05: hue angle of 3º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690A05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 5 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.59 |
| HSL | 3º | 0.91% | 0.22% | - |
| HSV(B) | 3º | 0.95% | 0.41% | - |
| XYZ | 5.96 | 3.23 | 0.45 | - |
| YUV | 37.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 5 | 0 | 0.90 | 0.95 | 0.59 | 3 | 0.91 | 0.22 |
| Hex | 69 | A | 5 | 0 | 5A | 5F | 3B | 3 | 5B | 16 |
| Octal | 151 | 12 | 5 | 0 | 132 | 137 | 73 | 3 | 133 | 26 |
| Binary | 1101001 | 1010 | 101 | 0 | 1011010 | 1011111 | 111011 | 11 | 1011011 | 10110 |
Color Harmonies of #690A05
Complementary color
Monochromatic Colors of #690A05
Black with #690A05
Text Example
Text Example
White with #690A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A05; }
p { color: rgb(105,10,5); }
H1.HeaderClassName
{
color: #690A05;
}
.AnyTagClassName
{
color: #690A05;
}
</style>
background-color css
<style>
a { background-color: #690A05; }
a { background-color: rgb(105,10,5); }
div.DivClassName
{
background-color: #690A05;
}
.BgClassName
{
background-color: #690A05;
}
</style>
border-color css
<style>
span { border-color: #690A05; }
span { border-color: rgb(105,10,5); }
td.TdClassName
{
border-color: #690A05;
}
.TagClassName
{
border-color: #690A05;
}
</style>