Shades of Maroon #690504
Tints of Maroon #690504
RGB
CMYK
RGB Variations
Color information
#690504 (or 0x690504) is known color: Maroon. HEX triplet: 69, 05 and 04. RGB value is (105,5,4). Sum of RGB (Red+Green+Blue) = 105+5+4=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690504 is #96FAFB. Grayscale: #222222. Windows color (decimal): -9894652 or 263529. OLE color: 263529.
HSL color Cylindrical-coordinate representation of color #690504: hue angle of 0.59º 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 #690504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.59 |
| HSL | 0.59º | 0.93% | 0.21% | - |
| HSV(B) | 0.59º | 0.96% | 0.41% | - |
| XYZ | 5.9 | 3.12 | 0.41 | - |
| YUV | 34.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 4 | 0 | 0.95 | 0.96 | 0.59 | 0.59 | 0.93 | 0.21 |
| Hex | 69 | 5 | 4 | 0 | 5F | 60 | 3B | 1 | 5D | 15 |
| Octal | 151 | 5 | 4 | 0 | 137 | 140 | 73 | 1 | 135 | 25 |
| Binary | 1101001 | 101 | 100 | 0 | 1011111 | 1100000 | 111011 | 1 | 1011101 | 10101 |
Color Harmonies of #690504
Complementary color
Monochromatic Colors of #690504
Black with #690504
Text Example
Text Example
White with #690504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690504; }
p { color: rgb(105,5,4); }
H1.HeaderClassName
{
color: #690504;
}
.AnyTagClassName
{
color: #690504;
}
</style>
background-color css
<style>
a { background-color: #690504; }
a { background-color: rgb(105,5,4); }
div.DivClassName
{
background-color: #690504;
}
.BgClassName
{
background-color: #690504;
}
</style>
border-color css
<style>
span { border-color: #690504; }
span { border-color: rgb(105,5,4); }
td.TdClassName
{
border-color: #690504;
}
.TagClassName
{
border-color: #690504;
}
</style>