Shades of Burgundy #690117
Tints of Burgundy #690117
RGB
CMYK
RGB Variations
Color information
#690117 (or 0x690117) is known color: Burgundy. HEX triplet: 69, 01 and 17. RGB value is (105,1,23). Sum of RGB (Red+Green+Blue) = 105+1+23=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #690117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690117 is #96FEE8. Grayscale: #222222. Windows color (decimal): -9895657 or 1507689. OLE color: 1507689.
HSL color Cylindrical-coordinate representation of color #690117: hue angle of 347.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690117 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.59 |
| HSL | 347.31º | 0.98% | 0.21% | - |
| HSV(B) | 347.31º | 0.99% | 0.41% | - |
| XYZ | 5.99 | 3.09 | 1.09 | - |
| YUV | 34.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 23 | 0 | 0.99 | 0.78 | 0.59 | 347.31 | 0.98 | 0.21 |
| Hex | 69 | 1 | 17 | 0 | 63 | 4E | 3B | 15B | 62 | 15 |
| Octal | 151 | 1 | 27 | 0 | 143 | 116 | 73 | 533 | 142 | 25 |
| Binary | 1101001 | 1 | 10111 | 0 | 1100011 | 1001110 | 111011 | 101011011 | 1100010 | 10101 |
Color Harmonies of #690117
Complementary color
Monochromatic Colors of #690117
Black with #690117
Text Example
Text Example
White with #690117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690117; }
p { color: rgb(105,1,23); }
H1.HeaderClassName
{
color: #690117;
}
.AnyTagClassName
{
color: #690117;
}
</style>
background-color css
<style>
a { background-color: #690117; }
a { background-color: rgb(105,1,23); }
div.DivClassName
{
background-color: #690117;
}
.BgClassName
{
background-color: #690117;
}
</style>
border-color css
<style>
span { border-color: #690117; }
span { border-color: rgb(105,1,23); }
td.TdClassName
{
border-color: #690117;
}
.TagClassName
{
border-color: #690117;
}
</style>