Shades of Burgundy #690005
Tints of Burgundy #690005
RGB
CMYK
RGB Variations
Color information
#690005 (or 0x690005) is known color: Burgundy. HEX triplet: 69, 00 and 05. RGB value is (105,0,5). Sum of RGB (Red+Green+Blue) = 105+0+5=110 (14% of max value = 765). Red value is 105 (41.41% from 255 or 95.45% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 105 - color contains mainly: red. Hex color #690005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690005 is #96FFFA. Grayscale: #202020. Windows color (decimal): -9895931 or 327785. OLE color: 327785.
HSL color Cylindrical-coordinate representation of color #690005: hue angle of 357.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.95 | 0.59 |
| HSL | 357.14º | 1% | 0.21% | - |
| HSV(B) | 357.14º | 1% | 0.41% | - |
| XYZ | 5.85 | 3.01 | 0.42 | - |
| YUV | 31.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 5 | 0 | 1 | 0.95 | 0.59 | 357.14 | 1 | 0.21 |
| Hex | 69 | 0 | 5 | 0 | 64 | 5F | 3B | 165 | 64 | 15 |
| Octal | 151 | 0 | 5 | 0 | 144 | 137 | 73 | 545 | 144 | 25 |
| Binary | 1101001 | 0 | 101 | 0 | 1100100 | 1011111 | 111011 | 101100101 | 1100100 | 10101 |
Color Harmonies of #690005
Complementary color
Monochromatic Colors of #690005
Black with #690005
Text Example
Text Example
White with #690005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690005; }
p { color: rgb(105,0,5); }
H1.HeaderClassName
{
color: #690005;
}
.AnyTagClassName
{
color: #690005;
}
</style>
background-color css
<style>
a { background-color: #690005; }
a { background-color: rgb(105,0,5); }
div.DivClassName
{
background-color: #690005;
}
.BgClassName
{
background-color: #690005;
}
</style>
border-color css
<style>
span { border-color: #690005; }
span { border-color: rgb(105,0,5); }
td.TdClassName
{
border-color: #690005;
}
.TagClassName
{
border-color: #690005;
}
</style>