Shades of Maroon #680702
Tints of Maroon #680702
RGB
CMYK
RGB Variations
Color information
#680702 (or 0x680702) is known color: Maroon. HEX triplet: 68, 07 and 02. RGB value is (104,7,2). Sum of RGB (Red+Green+Blue) = 104+7+2=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680702 is #97F8FD. Grayscale: #232323. Windows color (decimal): -9959678 or 132968. OLE color: 132968.
HSL color Cylindrical-coordinate representation of color #680702: hue angle of 2.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680702 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.59 |
| HSL | 2.94º | 0.96% | 0.21% | - |
| HSV(B) | 2.94º | 0.98% | 0.41% | - |
| XYZ | 5.8 | 3.1 | 0.35 | - |
| YUV | 35.43 | 109.14 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 2 | 0 | 0.93 | 0.98 | 0.59 | 2.94 | 0.96 | 0.21 |
| Hex | 68 | 7 | 2 | 0 | 5D | 62 | 3B | 3 | 60 | 15 |
| Octal | 150 | 7 | 2 | 0 | 135 | 142 | 73 | 3 | 140 | 25 |
| Binary | 1101000 | 111 | 10 | 0 | 1011101 | 1100010 | 111011 | 11 | 1100000 | 10101 |
Color Harmonies of #680702
Complementary color
Monochromatic Colors of #680702
Black with #680702
Text Example
Text Example
White with #680702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680702; }
p { color: rgb(104,7,2); }
H1.HeaderClassName
{
color: #680702;
}
.AnyTagClassName
{
color: #680702;
}
</style>
background-color css
<style>
a { background-color: #680702; }
a { background-color: rgb(104,7,2); }
div.DivClassName
{
background-color: #680702;
}
.BgClassName
{
background-color: #680702;
}
</style>
border-color css
<style>
span { border-color: #680702; }
span { border-color: rgb(104,7,2); }
td.TdClassName
{
border-color: #680702;
}
.TagClassName
{
border-color: #680702;
}
</style>