Shades of Burgundy #690313
Tints of Burgundy #690313
RGB
CMYK
RGB Variations
Color information
#690313 (or 0x690313) is known color: Burgundy. HEX triplet: 69, 03 and 13. RGB value is (105,3,19). Sum of RGB (Red+Green+Blue) = 105+3+19=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690313 is #96FCEC. Grayscale: #232323. Windows color (decimal): -9895149 or 1246057. OLE color: 1246057.
HSL color Cylindrical-coordinate representation of color #690313: hue angle of 350.59º 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 #690313 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 19 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.59 |
| HSL | 350.59º | 0.94% | 0.21% | - |
| HSV(B) | 350.59º | 0.97% | 0.41% | - |
| XYZ | 5.98 | 3.12 | 0.9 | - |
| YUV | 35.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 19 | 0 | 0.97 | 0.82 | 0.59 | 350.59 | 0.94 | 0.21 |
| Hex | 69 | 3 | 13 | 0 | 61 | 52 | 3B | 15F | 5E | 15 |
| Octal | 151 | 3 | 23 | 0 | 141 | 122 | 73 | 537 | 136 | 25 |
| Binary | 1101001 | 11 | 10011 | 0 | 1100001 | 1010010 | 111011 | 101011111 | 1011110 | 10101 |
Color Harmonies of #690313
Complementary color
Monochromatic Colors of #690313
Black with #690313
Text Example
Text Example
White with #690313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690313; }
p { color: rgb(105,3,19); }
H1.HeaderClassName
{
color: #690313;
}
.AnyTagClassName
{
color: #690313;
}
</style>
background-color css
<style>
a { background-color: #690313; }
a { background-color: rgb(105,3,19); }
div.DivClassName
{
background-color: #690313;
}
.BgClassName
{
background-color: #690313;
}
</style>
border-color css
<style>
span { border-color: #690313; }
span { border-color: rgb(105,3,19); }
td.TdClassName
{
border-color: #690313;
}
.TagClassName
{
border-color: #690313;
}
</style>