Shades of Burgundy #690027
Tints of Burgundy #690027
RGB
CMYK
RGB Variations
Color information
#690027 (or 0x690027) is known color: Burgundy. HEX triplet: 69, 00 and 27. RGB value is (105,0,39). Sum of RGB (Red+Green+Blue) = 105+0+39=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #690027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690027 is #96FFD8. Grayscale: #232323. Windows color (decimal): -9895897 or 2556009. OLE color: 2556009.
HSL color Cylindrical-coordinate representation of color #690027: hue angle of 337.71º 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 #690027 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.63 | 0.59 |
| HSL | 337.71º | 1% | 0.21% | - |
| HSV(B) | 337.71º | 1% | 0.41% | - |
| XYZ | 6.19 | 3.15 | 2.2 | - |
| YUV | 35.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 39 | 0 | 1 | 0.63 | 0.59 | 337.71 | 1 | 0.21 |
| Hex | 69 | 0 | 27 | 0 | 64 | 3F | 3B | 152 | 64 | 15 |
| Octal | 151 | 0 | 47 | 0 | 144 | 77 | 73 | 522 | 144 | 25 |
| Binary | 1101001 | 0 | 100111 | 0 | 1100100 | 111111 | 111011 | 101010010 | 1100100 | 10101 |
Color Harmonies of #690027
Complementary color
Monochromatic Colors of #690027
Black with #690027
Text Example
Text Example
White with #690027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690027; }
p { color: rgb(105,0,39); }
H1.HeaderClassName
{
color: #690027;
}
.AnyTagClassName
{
color: #690027;
}
</style>
background-color css
<style>
a { background-color: #690027; }
a { background-color: rgb(105,0,39); }
div.DivClassName
{
background-color: #690027;
}
.BgClassName
{
background-color: #690027;
}
</style>
border-color css
<style>
span { border-color: #690027; }
span { border-color: rgb(105,0,39); }
td.TdClassName
{
border-color: #690027;
}
.TagClassName
{
border-color: #690027;
}
</style>