Shades of Burgundy #690025
Tints of Burgundy #690025
RGB
CMYK
RGB Variations
Color information
#690025 (or 0x690025) is known color: Burgundy. HEX triplet: 69, 00 and 25. RGB value is (105,0,37). Sum of RGB (Red+Green+Blue) = 105+0+37=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #690025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690025 is #96FFDA. Grayscale: #232323. Windows color (decimal): -9895899 or 2424937. OLE color: 2424937.
HSL color Cylindrical-coordinate representation of color #690025: hue angle of 338.86º 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 #690025 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.65 | 0.59 |
| HSL | 338.86º | 1% | 0.21% | - |
| HSV(B) | 338.86º | 1% | 0.41% | - |
| XYZ | 6.16 | 3.14 | 2.03 | - |
| YUV | 35.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 37 | 0 | 1 | 0.65 | 0.59 | 338.86 | 1 | 0.21 |
| Hex | 69 | 0 | 25 | 0 | 64 | 41 | 3B | 153 | 64 | 15 |
| Octal | 151 | 0 | 45 | 0 | 144 | 101 | 73 | 523 | 144 | 25 |
| Binary | 1101001 | 0 | 100101 | 0 | 1100100 | 1000001 | 111011 | 101010011 | 1100100 | 10101 |
Color Harmonies of #690025
Complementary color
Monochromatic Colors of #690025
Black with #690025
Text Example
Text Example
White with #690025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690025; }
p { color: rgb(105,0,37); }
H1.HeaderClassName
{
color: #690025;
}
.AnyTagClassName
{
color: #690025;
}
</style>
background-color css
<style>
a { background-color: #690025; }
a { background-color: rgb(105,0,37); }
div.DivClassName
{
background-color: #690025;
}
.BgClassName
{
background-color: #690025;
}
</style>
border-color css
<style>
span { border-color: #690025; }
span { border-color: rgb(105,0,37); }
td.TdClassName
{
border-color: #690025;
}
.TagClassName
{
border-color: #690025;
}
</style>