Shades of Burgundy #890725
Tints of Burgundy #890725
RGB
CMYK
RGB Variations
Color information
#890725 (or 0x890725) is known color: Burgundy. HEX triplet: 89, 07 and 25. RGB value is (137,7,37). Sum of RGB (Red+Green+Blue) = 137+7+37=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890725 is #76F8DA. Grayscale: #313131. Windows color (decimal): -7796955 or 2426761. OLE color: 2426761.
HSL color Cylindrical-coordinate representation of color #890725: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890725 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 37 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.46 |
| HSL | 346.15º | 0.9% | 0.28% | - |
| HSV(B) | 346.15º | 0.95% | 0.54% | - |
| XYZ | 10.73 | 5.6 | 2.27 | - |
| YUV | 49.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 37 | 0 | 0.95 | 0.73 | 0.46 | 346.15 | 0.9 | 0.28 |
| Hex | 89 | 7 | 25 | 0 | 5F | 49 | 2E | 15A | 5A | 1C |
| Octal | 211 | 7 | 45 | 0 | 137 | 111 | 56 | 532 | 132 | 34 |
| Binary | 10001001 | 111 | 100101 | 0 | 1011111 | 1001001 | 101110 | 101011010 | 1011010 | 11100 |
Color Harmonies of #890725
Complementary color
Monochromatic Colors of #890725
Black with #890725
Text Example
Text Example
White with #890725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890725; }
p { color: rgb(137,7,37); }
H1.HeaderClassName
{
color: #890725;
}
.AnyTagClassName
{
color: #890725;
}
</style>
background-color css
<style>
a { background-color: #890725; }
a { background-color: rgb(137,7,37); }
div.DivClassName
{
background-color: #890725;
}
.BgClassName
{
background-color: #890725;
}
</style>
border-color css
<style>
span { border-color: #890725; }
span { border-color: rgb(137,7,37); }
td.TdClassName
{
border-color: #890725;
}
.TagClassName
{
border-color: #890725;
}
</style>