Shades of Maroon #680503
Tints of Maroon #680503
RGB
CMYK
RGB Variations
Color information
#680503 (or 0x680503) is known color: Maroon. HEX triplet: 68, 05 and 03. RGB value is (104,5,3). Sum of RGB (Red+Green+Blue) = 104+5+3=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680503 is #97FAFC. Grayscale: #222222. Windows color (decimal): -9960189 or 197992. OLE color: 197992.
HSL color Cylindrical-coordinate representation of color #680503: hue angle of 1.19º 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 #680503 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 3 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.59 |
| HSL | 1.19º | 0.94% | 0.21% | - |
| HSV(B) | 1.19º | 0.97% | 0.41% | - |
| XYZ | 5.78 | 3.06 | 0.37 | - |
| YUV | 34.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 3 | 0 | 0.95 | 0.97 | 0.59 | 1.19 | 0.94 | 0.21 |
| Hex | 68 | 5 | 3 | 0 | 5F | 61 | 3B | 1 | 5E | 15 |
| Octal | 150 | 5 | 3 | 0 | 137 | 141 | 73 | 1 | 136 | 25 |
| Binary | 1101000 | 101 | 11 | 0 | 1011111 | 1100001 | 111011 | 1 | 1011110 | 10101 |
Color Harmonies of #680503
Complementary color
Monochromatic Colors of #680503
Black with #680503
Text Example
Text Example
White with #680503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680503; }
p { color: rgb(104,5,3); }
H1.HeaderClassName
{
color: #680503;
}
.AnyTagClassName
{
color: #680503;
}
</style>
background-color css
<style>
a { background-color: #680503; }
a { background-color: rgb(104,5,3); }
div.DivClassName
{
background-color: #680503;
}
.BgClassName
{
background-color: #680503;
}
</style>
border-color css
<style>
span { border-color: #680503; }
span { border-color: rgb(104,5,3); }
td.TdClassName
{
border-color: #680503;
}
.TagClassName
{
border-color: #680503;
}
</style>