Shades of Burgundy #690408
Tints of Burgundy #690408
RGB
CMYK
RGB Variations
Color information
#690408 (or 0x690408) is known color: Burgundy. HEX triplet: 69, 04 and 08. RGB value is (105,4,8). Sum of RGB (Red+Green+Blue) = 105+4+8=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #690408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690408 is #96FBF7. Grayscale: #222222. Windows color (decimal): -9894904 or 525417. OLE color: 525417.
HSL color Cylindrical-coordinate representation of color #690408: hue angle of 357.62º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690408 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 8 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.59 |
| HSL | 357.62º | 0.93% | 0.21% | - |
| HSV(B) | 357.62º | 0.96% | 0.41% | - |
| XYZ | 5.91 | 3.11 | 0.52 | - |
| YUV | 34.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 8 | 0 | 0.96 | 0.92 | 0.59 | 357.62 | 0.93 | 0.21 |
| Hex | 69 | 4 | 8 | 0 | 60 | 5C | 3B | 166 | 5D | 15 |
| Octal | 151 | 4 | 10 | 0 | 140 | 134 | 73 | 546 | 135 | 25 |
| Binary | 1101001 | 100 | 1000 | 0 | 1100000 | 1011100 | 111011 | 101100110 | 1011101 | 10101 |
Color Harmonies of #690408
Complementary color
Monochromatic Colors of #690408
Black with #690408
Text Example
Text Example
White with #690408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690408; }
p { color: rgb(105,4,8); }
H1.HeaderClassName
{
color: #690408;
}
.AnyTagClassName
{
color: #690408;
}
</style>
background-color css
<style>
a { background-color: #690408; }
a { background-color: rgb(105,4,8); }
div.DivClassName
{
background-color: #690408;
}
.BgClassName
{
background-color: #690408;
}
</style>
border-color css
<style>
span { border-color: #690408; }
span { border-color: rgb(105,4,8); }
td.TdClassName
{
border-color: #690408;
}
.TagClassName
{
border-color: #690408;
}
</style>