Shades of Maroon #680F01
Tints of Maroon #680F01
RGB
CMYK
RGB Variations
Color information
#680F01 (or 0x680F01) is known color: Maroon. HEX triplet: 68, 0F and 01. RGB value is (104,15,1). Sum of RGB (Red+Green+Blue) = 104+15+1=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F01 is #97F0FE. Grayscale: #282828. Windows color (decimal): -9957631 or 69480. OLE color: 69480.
HSL color Cylindrical-coordinate representation of color #680F01: hue angle of 8.16º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680F01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.59 |
| HSL | 8.16º | 0.98% | 0.21% | - |
| HSV(B) | 8.16º | 0.99% | 0.41% | - |
| XYZ | 5.89 | 3.29 | 0.35 | - |
| YUV | 40.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 1 | 0 | 0.86 | 0.99 | 0.59 | 8.16 | 0.98 | 0.21 |
| Hex | 68 | F | 1 | 0 | 56 | 63 | 3B | 8 | 62 | 15 |
| Octal | 150 | 17 | 1 | 0 | 126 | 143 | 73 | 10 | 142 | 25 |
| Binary | 1101000 | 1111 | 1 | 0 | 1010110 | 1100011 | 111011 | 1000 | 1100010 | 10101 |
Color Harmonies of #680F01
Complementary color
Monochromatic Colors of #680F01
Black with #680F01
Text Example
Text Example
White with #680F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F01; }
p { color: rgb(104,15,1); }
H1.HeaderClassName
{
color: #680F01;
}
.AnyTagClassName
{
color: #680F01;
}
</style>
background-color css
<style>
a { background-color: #680F01; }
a { background-color: rgb(104,15,1); }
div.DivClassName
{
background-color: #680F01;
}
.BgClassName
{
background-color: #680F01;
}
</style>
border-color css
<style>
span { border-color: #680F01; }
span { border-color: rgb(104,15,1); }
td.TdClassName
{
border-color: #680F01;
}
.TagClassName
{
border-color: #680F01;
}
</style>