Shades of Maroon #690505
Tints of Maroon #690505
RGB
CMYK
RGB Variations
Color information
#690505 (or 0x690505) is known color: Maroon. HEX triplet: 69, 05 and 05. RGB value is (105,5,5). Sum of RGB (Red+Green+Blue) = 105+5+5=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690505 is #96FAFA. Grayscale: #232323. Windows color (decimal): -9894651 or 329065. OLE color: 329065.
HSL color Cylindrical-coordinate representation of color #690505: hue angle of 0º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690505 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 5 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.59 |
| HSL | 0º | 0.91% | 0.22% | - |
| HSV(B) | 0º | 0.95% | 0.41% | - |
| XYZ | 5.91 | 3.12 | 0.43 | - |
| YUV | 34.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 5 | 0 | 0.95 | 0.95 | 0.59 | 0 | 0.91 | 0.22 |
| Hex | 69 | 5 | 5 | 0 | 5F | 5F | 3B | 0 | 5B | 16 |
| Octal | 151 | 5 | 5 | 0 | 137 | 137 | 73 | 0 | 133 | 26 |
| Binary | 1101001 | 101 | 101 | 0 | 1011111 | 1011111 | 111011 | 0 | 1011011 | 10110 |
Color Harmonies of #690505
Complementary color
Monochromatic Colors of #690505
Black with #690505
Text Example
Text Example
White with #690505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690505; }
p { color: rgb(105,5,5); }
H1.HeaderClassName
{
color: #690505;
}
.AnyTagClassName
{
color: #690505;
}
</style>
background-color css
<style>
a { background-color: #690505; }
a { background-color: rgb(105,5,5); }
div.DivClassName
{
background-color: #690505;
}
.BgClassName
{
background-color: #690505;
}
</style>
border-color css
<style>
span { border-color: #690505; }
span { border-color: rgb(105,5,5); }
td.TdClassName
{
border-color: #690505;
}
.TagClassName
{
border-color: #690505;
}
</style>