Shades of Burgundy #890D1F
Tints of Burgundy #890D1F
RGB
CMYK
RGB Variations
Color information
#890D1F (or 0x890D1F) is known color: Burgundy. HEX triplet: 89, 0D and 1F. RGB value is (137,13,31). Sum of RGB (Red+Green+Blue) = 137+13+31=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D1F is #76F2E0. Grayscale: #343434. Windows color (decimal): -7795425 or 2035081. OLE color: 2035081.
HSL color Cylindrical-coordinate representation of color #890D1F: hue angle of 351.29º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D1F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 31 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.46 |
| HSL | 351.29º | 0.83% | 0.29% | - |
| HSV(B) | 351.29º | 0.91% | 0.54% | - |
| XYZ | 10.71 | 5.71 | 1.83 | - |
| YUV | 52.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 31 | 0 | 0.91 | 0.77 | 0.46 | 351.29 | 0.83 | 0.29 |
| Hex | 89 | D | 1F | 0 | 5B | 4D | 2E | 15F | 53 | 1D |
| Octal | 211 | 15 | 37 | 0 | 133 | 115 | 56 | 537 | 123 | 35 |
| Binary | 10001001 | 1101 | 11111 | 0 | 1011011 | 1001101 | 101110 | 101011111 | 1010011 | 11101 |
Color Harmonies of #890D1F
Complementary color
Monochromatic Colors of #890D1F
Black with #890D1F
Text Example
Text Example
White with #890D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D1F; }
p { color: rgb(137,13,31); }
H1.HeaderClassName
{
color: #890D1F;
}
.AnyTagClassName
{
color: #890D1F;
}
</style>
background-color css
<style>
a { background-color: #890D1F; }
a { background-color: rgb(137,13,31); }
div.DivClassName
{
background-color: #890D1F;
}
.BgClassName
{
background-color: #890D1F;
}
</style>
border-color css
<style>
span { border-color: #890D1F; }
span { border-color: rgb(137,13,31); }
td.TdClassName
{
border-color: #890D1F;
}
.TagClassName
{
border-color: #890D1F;
}
</style>