Shades of Burgundy #690312
Tints of Burgundy #690312
RGB
CMYK
RGB Variations
Color information
#690312 (or 0x690312) is known color: Burgundy. HEX triplet: 69, 03 and 12. RGB value is (105,3,18). Sum of RGB (Red+Green+Blue) = 105+3+18=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690312 is #96FCED. Grayscale: #232323. Windows color (decimal): -9895150 or 1180521. OLE color: 1180521.
HSL color Cylindrical-coordinate representation of color #690312: hue angle of 351.18º 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 #690312 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.59 |
| HSL | 351.18º | 0.94% | 0.21% | - |
| HSV(B) | 351.18º | 0.97% | 0.41% | - |
| XYZ | 5.97 | 3.11 | 0.86 | - |
| YUV | 35.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 18 | 0 | 0.97 | 0.83 | 0.59 | 351.18 | 0.94 | 0.21 |
| Hex | 69 | 3 | 12 | 0 | 61 | 53 | 3B | 15F | 5E | 15 |
| Octal | 151 | 3 | 22 | 0 | 141 | 123 | 73 | 537 | 136 | 25 |
| Binary | 1101001 | 11 | 10010 | 0 | 1100001 | 1010011 | 111011 | 101011111 | 1011110 | 10101 |
Color Harmonies of #690312
Complementary color
Monochromatic Colors of #690312
Black with #690312
Text Example
Text Example
White with #690312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690312; }
p { color: rgb(105,3,18); }
H1.HeaderClassName
{
color: #690312;
}
.AnyTagClassName
{
color: #690312;
}
</style>
background-color css
<style>
a { background-color: #690312; }
a { background-color: rgb(105,3,18); }
div.DivClassName
{
background-color: #690312;
}
.BgClassName
{
background-color: #690312;
}
</style>
border-color css
<style>
span { border-color: #690312; }
span { border-color: rgb(105,3,18); }
td.TdClassName
{
border-color: #690312;
}
.TagClassName
{
border-color: #690312;
}
</style>