Shades of Burgundy #890D3B
Tints of Burgundy #890D3B
RGB
CMYK
RGB Variations
Color information
#890D3B (or 0x890D3B) is known color: Burgundy. HEX triplet: 89, 0D and 3B. RGB value is (137,13,59). Sum of RGB (Red+Green+Blue) = 137+13+59=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #890D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D3B is #76F2C4. Grayscale: #373737. Windows color (decimal): -7795397 or 3870089. OLE color: 3870089.
HSL color Cylindrical-coordinate representation of color #890D3B: hue angle of 337.74º 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 #890D3B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 59 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.46 |
| HSL | 337.74º | 0.83% | 0.29% | - |
| HSV(B) | 337.74º | 0.91% | 0.54% | - |
| XYZ | 11.25 | 5.92 | 4.69 | - |
| YUV | 55.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 59 | 0 | 0.91 | 0.57 | 0.46 | 337.74 | 0.83 | 0.29 |
| Hex | 89 | D | 3B | 0 | 5B | 39 | 2E | 152 | 53 | 1D |
| Octal | 211 | 15 | 73 | 0 | 133 | 71 | 56 | 522 | 123 | 35 |
| Binary | 10001001 | 1101 | 111011 | 0 | 1011011 | 111001 | 101110 | 101010010 | 1010011 | 11101 |
Color Harmonies of #890D3B
Complementary color
Monochromatic Colors of #890D3B
Black with #890D3B
Text Example
Text Example
White with #890D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D3B; }
p { color: rgb(137,13,59); }
H1.HeaderClassName
{
color: #890D3B;
}
.AnyTagClassName
{
color: #890D3B;
}
</style>
background-color css
<style>
a { background-color: #890D3B; }
a { background-color: rgb(137,13,59); }
div.DivClassName
{
background-color: #890D3B;
}
.BgClassName
{
background-color: #890D3B;
}
</style>
border-color css
<style>
span { border-color: #890D3B; }
span { border-color: rgb(137,13,59); }
td.TdClassName
{
border-color: #890D3B;
}
.TagClassName
{
border-color: #890D3B;
}
</style>