Shades of Burgundy #690105
Tints of Burgundy #690105
RGB
CMYK
RGB Variations
Color information
#690105 (or 0x690105) is known color: Burgundy. HEX triplet: 69, 01 and 05. RGB value is (105,1,5). Sum of RGB (Red+Green+Blue) = 105+1+5=111 (14% of max value = 765). Red value is 105 (41.41% from 255 or 94.59% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 105 - color contains mainly: red. Hex color #690105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690105 is #96FEFA. Grayscale: #202020. Windows color (decimal): -9895675 or 328041. OLE color: 328041.
HSL color Cylindrical-coordinate representation of color #690105: hue angle of 357.69º 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 #690105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.59 |
| HSL | 357.69º | 0.98% | 0.21% | - |
| HSV(B) | 357.69º | 0.99% | 0.41% | - |
| XYZ | 5.86 | 3.04 | 0.42 | - |
| YUV | 32.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 5 | 0 | 0.99 | 0.95 | 0.59 | 357.69 | 0.98 | 0.21 |
| Hex | 69 | 1 | 5 | 0 | 63 | 5F | 3B | 166 | 62 | 15 |
| Octal | 151 | 1 | 5 | 0 | 143 | 137 | 73 | 546 | 142 | 25 |
| Binary | 1101001 | 1 | 101 | 0 | 1100011 | 1011111 | 111011 | 101100110 | 1100010 | 10101 |
Color Harmonies of #690105
Complementary color
Monochromatic Colors of #690105
Black with #690105
Text Example
Text Example
White with #690105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690105; }
p { color: rgb(105,1,5); }
H1.HeaderClassName
{
color: #690105;
}
.AnyTagClassName
{
color: #690105;
}
</style>
background-color css
<style>
a { background-color: #690105; }
a { background-color: rgb(105,1,5); }
div.DivClassName
{
background-color: #690105;
}
.BgClassName
{
background-color: #690105;
}
</style>
border-color css
<style>
span { border-color: #690105; }
span { border-color: rgb(105,1,5); }
td.TdClassName
{
border-color: #690105;
}
.TagClassName
{
border-color: #690105;
}
</style>