Shades of Maroon #690404
Tints of Maroon #690404
RGB
CMYK
RGB Variations
Color information
#690404 (or 0x690404) is known color: Maroon. HEX triplet: 69, 04 and 04. RGB value is (105,4,4). Sum of RGB (Red+Green+Blue) = 105+4+4=113 (14% of max value = 765). Red value is 105 (41.41% from 255 or 92.92% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 105 - color contains mainly: red. Hex color #690404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690404 is #96FBFB. Grayscale: #222222. Windows color (decimal): -9894908 or 263273. OLE color: 263273.
HSL color Cylindrical-coordinate representation of color #690404: 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 #690404 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 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.89 | 3.1 | 0.4 | - |
| YUV | 34.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 4 | 0 | 0.96 | 0.96 | 0.59 | 0 | 0.93 | 0.21 |
| Hex | 69 | 4 | 4 | 0 | 60 | 60 | 3B | 0 | 5D | 15 |
| Octal | 151 | 4 | 4 | 0 | 140 | 140 | 73 | 0 | 135 | 25 |
| Binary | 1101001 | 100 | 100 | 0 | 1100000 | 1100000 | 111011 | 0 | 1011101 | 10101 |
Color Harmonies of #690404
Complementary color
Monochromatic Colors of #690404
Black with #690404
Text Example
Text Example
White with #690404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690404; }
p { color: rgb(105,4,4); }
H1.HeaderClassName
{
color: #690404;
}
.AnyTagClassName
{
color: #690404;
}
</style>
background-color css
<style>
a { background-color: #690404; }
a { background-color: rgb(105,4,4); }
div.DivClassName
{
background-color: #690404;
}
.BgClassName
{
background-color: #690404;
}
</style>
border-color css
<style>
span { border-color: #690404; }
span { border-color: rgb(105,4,4); }
td.TdClassName
{
border-color: #690404;
}
.TagClassName
{
border-color: #690404;
}
</style>