Shades of Burgundy #890D3D
Tints of Burgundy #890D3D
RGB
CMYK
RGB Variations
Color information
#890D3D (or 0x890D3D) is known color: Burgundy. HEX triplet: 89, 0D and 3D. RGB value is (137,13,61). Sum of RGB (Red+Green+Blue) = 137+13+61=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #890D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D3D is #76F2C2. Grayscale: #373737. Windows color (decimal): -7795395 or 4001161. OLE color: 4001161.
HSL color Cylindrical-coordinate representation of color #890D3D: hue angle of 336.77º 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 #890D3D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 61 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.46 |
| HSL | 336.77º | 0.83% | 0.29% | - |
| HSV(B) | 336.77º | 0.91% | 0.54% | - |
| XYZ | 11.3 | 5.94 | 4.97 | - |
| YUV | 55.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 61 | 0 | 0.91 | 0.55 | 0.46 | 336.77 | 0.83 | 0.29 |
| Hex | 89 | D | 3D | 0 | 5B | 37 | 2E | 151 | 53 | 1D |
| Octal | 211 | 15 | 75 | 0 | 133 | 67 | 56 | 521 | 123 | 35 |
| Binary | 10001001 | 1101 | 111101 | 0 | 1011011 | 110111 | 101110 | 101010001 | 1010011 | 11101 |
Color Harmonies of #890D3D
Complementary color
Monochromatic Colors of #890D3D
Black with #890D3D
Text Example
Text Example
White with #890D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D3D; }
p { color: rgb(137,13,61); }
H1.HeaderClassName
{
color: #890D3D;
}
.AnyTagClassName
{
color: #890D3D;
}
</style>
background-color css
<style>
a { background-color: #890D3D; }
a { background-color: rgb(137,13,61); }
div.DivClassName
{
background-color: #890D3D;
}
.BgClassName
{
background-color: #890D3D;
}
</style>
border-color css
<style>
span { border-color: #890D3D; }
span { border-color: rgb(137,13,61); }
td.TdClassName
{
border-color: #890D3D;
}
.TagClassName
{
border-color: #890D3D;
}
</style>