Shades of Maroon #680A0A
Tints of Maroon #680A0A
RGB
CMYK
RGB Variations
Color information
#680A0A (or 0x680A0A) is known color: Maroon. HEX triplet: 68, 0A and 0A. RGB value is (104,10,10). Sum of RGB (Red+Green+Blue) = 104+10+10=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A0A is #97F5F5. Grayscale: #262626. Windows color (decimal): -9958902 or 658024. OLE color: 658024.
HSL color Cylindrical-coordinate representation of color #680A0A: hue angle of 0º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A0A is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 10 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.59 |
| HSL | 0º | 0.82% | 0.22% | - |
| HSV(B) | 0º | 0.9% | 0.41% | - |
| XYZ | 5.87 | 3.18 | 0.59 | - |
| YUV | 38.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 10 | 0 | 0.90 | 0.90 | 0.59 | 0 | 0.82 | 0.22 |
| Hex | 68 | A | A | 0 | 5A | 5A | 3B | 0 | 52 | 16 |
| Octal | 150 | 12 | 12 | 0 | 132 | 132 | 73 | 0 | 122 | 26 |
| Binary | 1101000 | 1010 | 1010 | 0 | 1011010 | 1011010 | 111011 | 0 | 1010010 | 10110 |
Color Harmonies of #680A0A
Complementary color
Monochromatic Colors of #680A0A
Black with #680A0A
Text Example
Text Example
White with #680A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A0A; }
p { color: rgb(104,10,10); }
H1.HeaderClassName
{
color: #680A0A;
}
.AnyTagClassName
{
color: #680A0A;
}
</style>
background-color css
<style>
a { background-color: #680A0A; }
a { background-color: rgb(104,10,10); }
div.DivClassName
{
background-color: #680A0A;
}
.BgClassName
{
background-color: #680A0A;
}
</style>
border-color css
<style>
span { border-color: #680A0A; }
span { border-color: rgb(104,10,10); }
td.TdClassName
{
border-color: #680A0A;
}
.TagClassName
{
border-color: #680A0A;
}
</style>