Shades of Maroon #680A03
Tints of Maroon #680A03
RGB
CMYK
RGB Variations
Color information
#680A03 (or 0x680A03) is known color: Maroon. HEX triplet: 68, 0A and 03. RGB value is (104,10,3). Sum of RGB (Red+Green+Blue) = 104+10+3=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A03 is #97F5FC. Grayscale: #252525. Windows color (decimal): -9958909 or 199272. OLE color: 199272.
HSL color Cylindrical-coordinate representation of color #680A03: hue angle of 4.16º 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 #680A03 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 3 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.59 |
| HSL | 4.16º | 0.94% | 0.21% | - |
| HSV(B) | 4.16º | 0.97% | 0.41% | - |
| XYZ | 5.83 | 3.17 | 0.39 | - |
| YUV | 37.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 3 | 0 | 0.90 | 0.97 | 0.59 | 4.16 | 0.94 | 0.21 |
| Hex | 68 | A | 3 | 0 | 5A | 61 | 3B | 4 | 5E | 15 |
| Octal | 150 | 12 | 3 | 0 | 132 | 141 | 73 | 4 | 136 | 25 |
| Binary | 1101000 | 1010 | 11 | 0 | 1011010 | 1100001 | 111011 | 100 | 1011110 | 10101 |
Color Harmonies of #680A03
Complementary color
Monochromatic Colors of #680A03
Black with #680A03
Text Example
Text Example
White with #680A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A03; }
p { color: rgb(104,10,3); }
H1.HeaderClassName
{
color: #680A03;
}
.AnyTagClassName
{
color: #680A03;
}
</style>
background-color css
<style>
a { background-color: #680A03; }
a { background-color: rgb(104,10,3); }
div.DivClassName
{
background-color: #680A03;
}
.BgClassName
{
background-color: #680A03;
}
</style>
border-color css
<style>
span { border-color: #680A03; }
span { border-color: rgb(104,10,3); }
td.TdClassName
{
border-color: #680A03;
}
.TagClassName
{
border-color: #680A03;
}
</style>