Shades of Burgundy #690509
Tints of Burgundy #690509
RGB
CMYK
RGB Variations
Color information
#690509 (or 0x690509) is known color: Burgundy. HEX triplet: 69, 05 and 09. RGB value is (105,5,9). Sum of RGB (Red+Green+Blue) = 105+5+9=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #690509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690509 is #96FAF6. Grayscale: #232323. Windows color (decimal): -9894647 or 591209. OLE color: 591209.
HSL color Cylindrical-coordinate representation of color #690509: hue angle of 357.6º 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 #690509 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 9 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.59 |
| HSL | 357.6º | 0.91% | 0.22% | - |
| HSV(B) | 357.6º | 0.95% | 0.41% | - |
| XYZ | 5.93 | 3.13 | 0.55 | - |
| YUV | 35.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 9 | 0 | 0.95 | 0.91 | 0.59 | 357.6 | 0.91 | 0.22 |
| Hex | 69 | 5 | 9 | 0 | 5F | 5B | 3B | 166 | 5B | 16 |
| Octal | 151 | 5 | 11 | 0 | 137 | 133 | 73 | 546 | 133 | 26 |
| Binary | 1101001 | 101 | 1001 | 0 | 1011111 | 1011011 | 111011 | 101100110 | 1011011 | 10110 |
Color Harmonies of #690509
Complementary color
Monochromatic Colors of #690509
Black with #690509
Text Example
Text Example
White with #690509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690509; }
p { color: rgb(105,5,9); }
H1.HeaderClassName
{
color: #690509;
}
.AnyTagClassName
{
color: #690509;
}
</style>
background-color css
<style>
a { background-color: #690509; }
a { background-color: rgb(105,5,9); }
div.DivClassName
{
background-color: #690509;
}
.BgClassName
{
background-color: #690509;
}
</style>
border-color css
<style>
span { border-color: #690509; }
span { border-color: rgb(105,5,9); }
td.TdClassName
{
border-color: #690509;
}
.TagClassName
{
border-color: #690509;
}
</style>