Shades of Maroon #680404
Tints of Maroon #680404
RGB
CMYK
RGB Variations
Color information
#680404 (or 0x680404) is known color: Maroon. HEX triplet: 68, 04 and 04. RGB value is (104,4,4). Sum of RGB (Red+Green+Blue) = 104+4+4=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680404 is #97FBFB. Grayscale: #222222. Windows color (decimal): -9960444 or 263272. OLE color: 263272.
HSL color Cylindrical-coordinate representation of color #680404: hue angle of 0º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680404 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 4 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.59 |
| HSL | 0º | 0.93% | 0.21% | - |
| HSV(B) | 0º | 0.96% | 0.41% | - |
| XYZ | 5.77 | 3.04 | 0.4 | - |
| YUV | 33.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 4 | 0 | 0.96 | 0.96 | 0.59 | 0 | 0.93 | 0.21 |
| Hex | 68 | 4 | 4 | 0 | 60 | 60 | 3B | 0 | 5D | 15 |
| Octal | 150 | 4 | 4 | 0 | 140 | 140 | 73 | 0 | 135 | 25 |
| Binary | 1101000 | 100 | 100 | 0 | 1100000 | 1100000 | 111011 | 0 | 1011101 | 10101 |
Color Harmonies of #680404
Complementary color
Monochromatic Colors of #680404
Black with #680404
Text Example
Text Example
White with #680404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680404; }
p { color: rgb(104,4,4); }
H1.HeaderClassName
{
color: #680404;
}
.AnyTagClassName
{
color: #680404;
}
</style>
background-color css
<style>
a { background-color: #680404; }
a { background-color: rgb(104,4,4); }
div.DivClassName
{
background-color: #680404;
}
.BgClassName
{
background-color: #680404;
}
</style>
border-color css
<style>
span { border-color: #680404; }
span { border-color: rgb(104,4,4); }
td.TdClassName
{
border-color: #680404;
}
.TagClassName
{
border-color: #680404;
}
</style>