Shades of Burgundy #890A25
Tints of Burgundy #890A25
RGB
CMYK
RGB Variations
Color information
#890A25 (or 0x890A25) is known color: Burgundy. HEX triplet: 89, 0A and 25. RGB value is (137,10,37). Sum of RGB (Red+Green+Blue) = 137+10+37=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #890A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A25 is #76F5DA. Grayscale: #333333. Windows color (decimal): -7796187 or 2427529. OLE color: 2427529.
HSL color Cylindrical-coordinate representation of color #890A25: hue angle of 347.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A25 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 37 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.46 |
| HSL | 347.24º | 0.86% | 0.29% | - |
| HSV(B) | 347.24º | 0.93% | 0.54% | - |
| XYZ | 10.76 | 5.67 | 2.28 | - |
| YUV | 51.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 37 | 0 | 0.93 | 0.73 | 0.46 | 347.24 | 0.86 | 0.29 |
| Hex | 89 | A | 25 | 0 | 5D | 49 | 2E | 15B | 56 | 1D |
| Octal | 211 | 12 | 45 | 0 | 135 | 111 | 56 | 533 | 126 | 35 |
| Binary | 10001001 | 1010 | 100101 | 0 | 1011101 | 1001001 | 101110 | 101011011 | 1010110 | 11101 |
Color Harmonies of #890A25
Complementary color
Monochromatic Colors of #890A25
Black with #890A25
Text Example
Text Example
White with #890A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A25; }
p { color: rgb(137,10,37); }
H1.HeaderClassName
{
color: #890A25;
}
.AnyTagClassName
{
color: #890A25;
}
</style>
background-color css
<style>
a { background-color: #890A25; }
a { background-color: rgb(137,10,37); }
div.DivClassName
{
background-color: #890A25;
}
.BgClassName
{
background-color: #890A25;
}
</style>
border-color css
<style>
span { border-color: #890A25; }
span { border-color: rgb(137,10,37); }
td.TdClassName
{
border-color: #890A25;
}
.TagClassName
{
border-color: #890A25;
}
</style>