Shades of Burgundy #890A1F
Tints of Burgundy #890A1F
RGB
CMYK
RGB Variations
Color information
#890A1F (or 0x890A1F) is known color: Burgundy. HEX triplet: 89, 0A and 1F. RGB value is (137,10,31). Sum of RGB (Red+Green+Blue) = 137+10+31=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A1F is #76F5E0. Grayscale: #323232. Windows color (decimal): -7796193 or 2034313. OLE color: 2034313.
HSL color Cylindrical-coordinate representation of color #890A1F: hue angle of 350.08º 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 #890A1F is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 31 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.46 |
| HSL | 350.08º | 0.86% | 0.29% | - |
| HSV(B) | 350.08º | 0.93% | 0.54% | - |
| XYZ | 10.67 | 5.63 | 1.82 | - |
| YUV | 50.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 31 | 0 | 0.93 | 0.77 | 0.46 | 350.08 | 0.86 | 0.29 |
| Hex | 89 | A | 1F | 0 | 5D | 4D | 2E | 15E | 56 | 1D |
| Octal | 211 | 12 | 37 | 0 | 135 | 115 | 56 | 536 | 126 | 35 |
| Binary | 10001001 | 1010 | 11111 | 0 | 1011101 | 1001101 | 101110 | 101011110 | 1010110 | 11101 |
Color Harmonies of #890A1F
Complementary color
Monochromatic Colors of #890A1F
Black with #890A1F
Text Example
Text Example
White with #890A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A1F; }
p { color: rgb(137,10,31); }
H1.HeaderClassName
{
color: #890A1F;
}
.AnyTagClassName
{
color: #890A1F;
}
</style>
background-color css
<style>
a { background-color: #890A1F; }
a { background-color: rgb(137,10,31); }
div.DivClassName
{
background-color: #890A1F;
}
.BgClassName
{
background-color: #890A1F;
}
</style>
border-color css
<style>
span { border-color: #890A1F; }
span { border-color: rgb(137,10,31); }
td.TdClassName
{
border-color: #890A1F;
}
.TagClassName
{
border-color: #890A1F;
}
</style>