Shades of Maroon #680903
Tints of Maroon #680903
RGB
CMYK
RGB Variations
Color information
#680903 (or 0x680903) is known color: Maroon. HEX triplet: 68, 09 and 03. RGB value is (104,9,3). Sum of RGB (Red+Green+Blue) = 104+9+3=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680903 is #97F6FC. Grayscale: #242424. Windows color (decimal): -9959165 or 199016. OLE color: 199016.
HSL color Cylindrical-coordinate representation of color #680903: hue angle of 3.56º 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 #680903 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 3 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.59 |
| HSL | 3.56º | 0.94% | 0.21% | - |
| HSV(B) | 3.56º | 0.97% | 0.41% | - |
| XYZ | 5.82 | 3.15 | 0.39 | - |
| YUV | 36.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 3 | 0 | 0.91 | 0.97 | 0.59 | 3.56 | 0.94 | 0.21 |
| Hex | 68 | 9 | 3 | 0 | 5B | 61 | 3B | 4 | 5E | 15 |
| Octal | 150 | 11 | 3 | 0 | 133 | 141 | 73 | 4 | 136 | 25 |
| Binary | 1101000 | 1001 | 11 | 0 | 1011011 | 1100001 | 111011 | 100 | 1011110 | 10101 |
Color Harmonies of #680903
Complementary color
Monochromatic Colors of #680903
Black with #680903
Text Example
Text Example
White with #680903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680903; }
p { color: rgb(104,9,3); }
H1.HeaderClassName
{
color: #680903;
}
.AnyTagClassName
{
color: #680903;
}
</style>
background-color css
<style>
a { background-color: #680903; }
a { background-color: rgb(104,9,3); }
div.DivClassName
{
background-color: #680903;
}
.BgClassName
{
background-color: #680903;
}
</style>
border-color css
<style>
span { border-color: #680903; }
span { border-color: rgb(104,9,3); }
td.TdClassName
{
border-color: #680903;
}
.TagClassName
{
border-color: #680903;
}
</style>