Shades of Maroon #680000
Tints of Maroon #680000
RGB
CMYK
RGB Variations
Color information
#680000 (or 0x680000) is known color: Maroon. HEX triplet: 68, 00 and 00. RGB value is (104,0,0). Sum of RGB (Red+Green+Blue) = 104+0+0=104 (13% of max value = 765). Red value is 104 (41.02% from 255 or 100% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 104 - color contains mainly: red. Hex color #680000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680000 is #97FFFF. Grayscale: #1F1F1F. Windows color (decimal): -9961472 or 104. OLE color: 104.
HSL color Cylindrical-coordinate representation of color #680000: hue angle of 0º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.59 |
| HSL | 0º | 1% | 0.2% | - |
| HSV(B) | 0º | 1% | 0.41% | - |
| XYZ | 5.71 | 2.94 | 0.27 | - |
| YUV | 31.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 0 | 0 | 1 | 1 | 0.59 | 0 | 1 | 0.2 |
| Hex | 68 | 0 | 0 | 0 | 64 | 64 | 3B | 0 | 64 | 14 |
| Octal | 150 | 0 | 0 | 0 | 144 | 144 | 73 | 0 | 144 | 24 |
| Binary | 1101000 | 0 | 0 | 0 | 1100100 | 1100100 | 111011 | 0 | 1100100 | 10100 |
Color Harmonies of #680000
Complementary color
Monochromatic Colors of #680000
Black with #680000
Text Example
Text Example
White with #680000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680000; }
p { color: rgb(104,0,0); }
H1.HeaderClassName
{
color: #680000;
}
.AnyTagClassName
{
color: #680000;
}
</style>
background-color css
<style>
a { background-color: #680000; }
a { background-color: rgb(104,0,0); }
div.DivClassName
{
background-color: #680000;
}
.BgClassName
{
background-color: #680000;
}
</style>
border-color css
<style>
span { border-color: #680000; }
span { border-color: rgb(104,0,0); }
td.TdClassName
{
border-color: #680000;
}
.TagClassName
{
border-color: #680000;
}
</style>