Shades of Burgundy #890A2E
Tints of Burgundy #890A2E
RGB
CMYK
RGB Variations
Color information
#890A2E (or 0x890A2E) is known color: Burgundy. HEX triplet: 89, 0A and 2E. RGB value is (137,10,46). Sum of RGB (Red+Green+Blue) = 137+10+46=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2E is #76F5D1. Grayscale: #343434. Windows color (decimal): -7796178 or 3017353. OLE color: 3017353.
HSL color Cylindrical-coordinate representation of color #890A2E: hue angle of 342.99º 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 #890A2E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 46 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.46 |
| HSL | 342.99º | 0.86% | 0.29% | - |
| HSV(B) | 342.99º | 0.93% | 0.54% | - |
| XYZ | 10.92 | 5.73 | 3.12 | - |
| YUV | 52.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 46 | 0 | 0.93 | 0.66 | 0.46 | 342.99 | 0.86 | 0.29 |
| Hex | 89 | A | 2E | 0 | 5D | 42 | 2E | 157 | 56 | 1D |
| Octal | 211 | 12 | 56 | 0 | 135 | 102 | 56 | 527 | 126 | 35 |
| Binary | 10001001 | 1010 | 101110 | 0 | 1011101 | 1000010 | 101110 | 101010111 | 1010110 | 11101 |
Color Harmonies of #890A2E
Complementary color
Monochromatic Colors of #890A2E
Black with #890A2E
Text Example
Text Example
White with #890A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A2E; }
p { color: rgb(137,10,46); }
H1.HeaderClassName
{
color: #890A2E;
}
.AnyTagClassName
{
color: #890A2E;
}
</style>
background-color css
<style>
a { background-color: #890A2E; }
a { background-color: rgb(137,10,46); }
div.DivClassName
{
background-color: #890A2E;
}
.BgClassName
{
background-color: #890A2E;
}
</style>
border-color css
<style>
span { border-color: #890A2E; }
span { border-color: rgb(137,10,46); }
td.TdClassName
{
border-color: #890A2E;
}
.TagClassName
{
border-color: #890A2E;
}
</style>