Shades of Burgundy #890D23
Tints of Burgundy #890D23
RGB
CMYK
RGB Variations
Color information
#890D23 (or 0x890D23) is known color: Burgundy. HEX triplet: 89, 0D and 23. RGB value is (137,13,35). Sum of RGB (Red+Green+Blue) = 137+13+35=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #890D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D23 is #76F2DC. Grayscale: #343434. Windows color (decimal): -7795421 or 2297225. OLE color: 2297225.
HSL color Cylindrical-coordinate representation of color #890D23: hue angle of 349.35º 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 #890D23 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 35 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.46 |
| HSL | 349.35º | 0.83% | 0.29% | - |
| HSV(B) | 349.35º | 0.91% | 0.54% | - |
| XYZ | 10.76 | 5.73 | 2.13 | - |
| YUV | 52.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 35 | 0 | 0.91 | 0.74 | 0.46 | 349.35 | 0.83 | 0.29 |
| Hex | 89 | D | 23 | 0 | 5B | 4A | 2E | 15D | 53 | 1D |
| Octal | 211 | 15 | 43 | 0 | 133 | 112 | 56 | 535 | 123 | 35 |
| Binary | 10001001 | 1101 | 100011 | 0 | 1011011 | 1001010 | 101110 | 101011101 | 1010011 | 11101 |
Color Harmonies of #890D23
Complementary color
Monochromatic Colors of #890D23
Black with #890D23
Text Example
Text Example
White with #890D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D23; }
p { color: rgb(137,13,35); }
H1.HeaderClassName
{
color: #890D23;
}
.AnyTagClassName
{
color: #890D23;
}
</style>
background-color css
<style>
a { background-color: #890D23; }
a { background-color: rgb(137,13,35); }
div.DivClassName
{
background-color: #890D23;
}
.BgClassName
{
background-color: #890D23;
}
</style>
border-color css
<style>
span { border-color: #890D23; }
span { border-color: rgb(137,13,35); }
td.TdClassName
{
border-color: #890D23;
}
.TagClassName
{
border-color: #890D23;
}
</style>