Shades of Maroon #680E03
Tints of Maroon #680E03
RGB
CMYK
RGB Variations
Color information
#680E03 (or 0x680E03) is known color: Maroon. HEX triplet: 68, 0E and 03. RGB value is (104,14,3). Sum of RGB (Red+Green+Blue) = 104+14+3=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E03 is #97F1FC. Grayscale: #272727. Windows color (decimal): -9957885 or 200296. OLE color: 200296.
HSL color Cylindrical-coordinate representation of color #680E03: hue angle of 6.53º 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 #680E03 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 3 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.59 |
| HSL | 6.53º | 0.94% | 0.21% | - |
| HSV(B) | 6.53º | 0.97% | 0.41% | - |
| XYZ | 5.88 | 3.26 | 0.41 | - |
| YUV | 39.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 3 | 0 | 0.87 | 0.97 | 0.59 | 6.53 | 0.94 | 0.21 |
| Hex | 68 | E | 3 | 0 | 57 | 61 | 3B | 7 | 5E | 15 |
| Octal | 150 | 16 | 3 | 0 | 127 | 141 | 73 | 7 | 136 | 25 |
| Binary | 1101000 | 1110 | 11 | 0 | 1010111 | 1100001 | 111011 | 111 | 1011110 | 10101 |
Color Harmonies of #680E03
Complementary color
Monochromatic Colors of #680E03
Black with #680E03
Text Example
Text Example
White with #680E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E03; }
p { color: rgb(104,14,3); }
H1.HeaderClassName
{
color: #680E03;
}
.AnyTagClassName
{
color: #680E03;
}
</style>
background-color css
<style>
a { background-color: #680E03; }
a { background-color: rgb(104,14,3); }
div.DivClassName
{
background-color: #680E03;
}
.BgClassName
{
background-color: #680E03;
}
</style>
border-color css
<style>
span { border-color: #680E03; }
span { border-color: rgb(104,14,3); }
td.TdClassName
{
border-color: #680E03;
}
.TagClassName
{
border-color: #680E03;
}
</style>