Shades of Maroon #690303
Tints of Maroon #690303
RGB
CMYK
RGB Variations
Color information
#690303 (or 0x690303) is known color: Maroon. HEX triplet: 69, 03 and 03. RGB value is (105,3,3). Sum of RGB (Red+Green+Blue) = 105+3+3=111 (14% of max value = 765). Red value is 105 (41.41% from 255 or 94.59% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 105 - color contains mainly: red. Hex color #690303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690303 is #96FCFC. Grayscale: #212121. Windows color (decimal): -9895165 or 197481. OLE color: 197481.
HSL color Cylindrical-coordinate representation of color #690303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.59 |
| HSL | 0º | 0.94% | 0.21% | - |
| HSV(B) | 0º | 0.97% | 0.41% | - |
| XYZ | 5.87 | 3.07 | 0.37 | - |
| YUV | 33.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 3 | 0 | 0.97 | 0.97 | 0.59 | 0 | 0.94 | 0.21 |
| Hex | 69 | 3 | 3 | 0 | 61 | 61 | 3B | 0 | 5E | 15 |
| Octal | 151 | 3 | 3 | 0 | 141 | 141 | 73 | 0 | 136 | 25 |
| Binary | 1101001 | 11 | 11 | 0 | 1100001 | 1100001 | 111011 | 0 | 1011110 | 10101 |
Color Harmonies of #690303
Complementary color
Monochromatic Colors of #690303
Black with #690303
Text Example
Text Example
White with #690303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690303; }
p { color: rgb(105,3,3); }
H1.HeaderClassName
{
color: #690303;
}
.AnyTagClassName
{
color: #690303;
}
</style>
background-color css
<style>
a { background-color: #690303; }
a { background-color: rgb(105,3,3); }
div.DivClassName
{
background-color: #690303;
}
.BgClassName
{
background-color: #690303;
}
</style>
border-color css
<style>
span { border-color: #690303; }
span { border-color: rgb(105,3,3); }
td.TdClassName
{
border-color: #690303;
}
.TagClassName
{
border-color: #690303;
}
</style>