Shades of Burgundy #890F25
Tints of Burgundy #890F25
RGB
CMYK
RGB Variations
Color information
#890F25 (or 0x890F25) is known color: Burgundy. HEX triplet: 89, 0F and 25. RGB value is (137,15,37). Sum of RGB (Red+Green+Blue) = 137+15+37=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F25 is #76F0DA. Grayscale: #363636. Windows color (decimal): -7794907 or 2428809. OLE color: 2428809.
HSL color Cylindrical-coordinate representation of color #890F25: hue angle of 349.18º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F25 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 37 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.46 |
| HSL | 349.18º | 0.8% | 0.3% | - |
| HSV(B) | 349.18º | 0.89% | 0.54% | - |
| XYZ | 10.82 | 5.79 | 2.3 | - |
| YUV | 53.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 37 | 0 | 0.89 | 0.73 | 0.46 | 349.18 | 0.8 | 0.3 |
| Hex | 89 | F | 25 | 0 | 59 | 49 | 2E | 15D | 50 | 1E |
| Octal | 211 | 17 | 45 | 0 | 131 | 111 | 56 | 535 | 120 | 36 |
| Binary | 10001001 | 1111 | 100101 | 0 | 1011001 | 1001001 | 101110 | 101011101 | 1010000 | 11110 |
Color Harmonies of #890F25
Complementary color
Monochromatic Colors of #890F25
Black with #890F25
Text Example
Text Example
White with #890F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F25; }
p { color: rgb(137,15,37); }
H1.HeaderClassName
{
color: #890F25;
}
.AnyTagClassName
{
color: #890F25;
}
</style>
background-color css
<style>
a { background-color: #890F25; }
a { background-color: rgb(137,15,37); }
div.DivClassName
{
background-color: #890F25;
}
.BgClassName
{
background-color: #890F25;
}
</style>
border-color css
<style>
span { border-color: #890F25; }
span { border-color: rgb(137,15,37); }
td.TdClassName
{
border-color: #890F25;
}
.TagClassName
{
border-color: #890F25;
}
</style>