Shades of Burgundy #890D1D
Tints of Burgundy #890D1D
RGB
CMYK
RGB Variations
Color information
#890D1D (or 0x890D1D) is known color: Burgundy. HEX triplet: 89, 0D and 1D. RGB value is (137,13,29). Sum of RGB (Red+Green+Blue) = 137+13+29=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D1D is #76F2E2. Grayscale: #333333. Windows color (decimal): -7795427 or 1904009. OLE color: 1904009.
HSL color Cylindrical-coordinate representation of color #890D1D: hue angle of 352.26º 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 #890D1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 29 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.46 |
| HSL | 352.26º | 0.83% | 0.29% | - |
| HSV(B) | 352.26º | 0.91% | 0.54% | - |
| XYZ | 10.68 | 5.69 | 1.7 | - |
| YUV | 51.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 29 | 0 | 0.91 | 0.79 | 0.46 | 352.26 | 0.83 | 0.29 |
| Hex | 89 | D | 1D | 0 | 5B | 4F | 2E | 160 | 53 | 1D |
| Octal | 211 | 15 | 35 | 0 | 133 | 117 | 56 | 540 | 123 | 35 |
| Binary | 10001001 | 1101 | 11101 | 0 | 1011011 | 1001111 | 101110 | 101100000 | 1010011 | 11101 |
Color Harmonies of #890D1D
Complementary color
Monochromatic Colors of #890D1D
Black with #890D1D
Text Example
Text Example
White with #890D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D1D; }
p { color: rgb(137,13,29); }
H1.HeaderClassName
{
color: #890D1D;
}
.AnyTagClassName
{
color: #890D1D;
}
</style>
background-color css
<style>
a { background-color: #890D1D; }
a { background-color: rgb(137,13,29); }
div.DivClassName
{
background-color: #890D1D;
}
.BgClassName
{
background-color: #890D1D;
}
</style>
border-color css
<style>
span { border-color: #890D1D; }
span { border-color: rgb(137,13,29); }
td.TdClassName
{
border-color: #890D1D;
}
.TagClassName
{
border-color: #890D1D;
}
</style>