Shades of Maroon #680909
Tints of Maroon #680909
RGB
CMYK
RGB Variations
Color information
#680909 (or 0x680909) is known color: Maroon. HEX triplet: 68, 09 and 09. RGB value is (104,9,9). Sum of RGB (Red+Green+Blue) = 104+9+9=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680909 is #97F6F6. Grayscale: #252525. Windows color (decimal): -9959159 or 592232. OLE color: 592232.
HSL color Cylindrical-coordinate representation of color #680909: hue angle of 0º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680909 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 9 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.59 |
| HSL | 0º | 0.84% | 0.22% | - |
| HSV(B) | 0º | 0.91% | 0.41% | - |
| XYZ | 5.86 | 3.16 | 0.56 | - |
| YUV | 37.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 9 | 0 | 0.91 | 0.91 | 0.59 | 0 | 0.84 | 0.22 |
| Hex | 68 | 9 | 9 | 0 | 5B | 5B | 3B | 0 | 54 | 16 |
| Octal | 150 | 11 | 11 | 0 | 133 | 133 | 73 | 0 | 124 | 26 |
| Binary | 1101000 | 1001 | 1001 | 0 | 1011011 | 1011011 | 111011 | 0 | 1010100 | 10110 |
Color Harmonies of #680909
Complementary color
Monochromatic Colors of #680909
Black with #680909
Text Example
Text Example
White with #680909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680909; }
p { color: rgb(104,9,9); }
H1.HeaderClassName
{
color: #680909;
}
.AnyTagClassName
{
color: #680909;
}
</style>
background-color css
<style>
a { background-color: #680909; }
a { background-color: rgb(104,9,9); }
div.DivClassName
{
background-color: #680909;
}
.BgClassName
{
background-color: #680909;
}
</style>
border-color css
<style>
span { border-color: #680909; }
span { border-color: rgb(104,9,9); }
td.TdClassName
{
border-color: #680909;
}
.TagClassName
{
border-color: #680909;
}
</style>