Shades of Burgundy #890D22
Tints of Burgundy #890D22
RGB
CMYK
RGB Variations
Color information
#890D22 (or 0x890D22) is known color: Burgundy. HEX triplet: 89, 0D and 22. RGB value is (137,13,34). Sum of RGB (Red+Green+Blue) = 137+13+34=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #890D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D22 is #76F2DD. Grayscale: #343434. Windows color (decimal): -7795422 or 2231689. OLE color: 2231689.
HSL color Cylindrical-coordinate representation of color #890D22: hue angle of 349.84º 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 #890D22 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 34 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.46 |
| HSL | 349.84º | 0.83% | 0.29% | - |
| HSV(B) | 349.84º | 0.91% | 0.54% | - |
| XYZ | 10.75 | 5.72 | 2.05 | - |
| YUV | 52.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 34 | 0 | 0.91 | 0.75 | 0.46 | 349.84 | 0.83 | 0.29 |
| Hex | 89 | D | 22 | 0 | 5B | 4B | 2E | 15E | 53 | 1D |
| Octal | 211 | 15 | 42 | 0 | 133 | 113 | 56 | 536 | 123 | 35 |
| Binary | 10001001 | 1101 | 100010 | 0 | 1011011 | 1001011 | 101110 | 101011110 | 1010011 | 11101 |
Color Harmonies of #890D22
Complementary color
Monochromatic Colors of #890D22
Black with #890D22
Text Example
Text Example
White with #890D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D22; }
p { color: rgb(137,13,34); }
H1.HeaderClassName
{
color: #890D22;
}
.AnyTagClassName
{
color: #890D22;
}
</style>
background-color css
<style>
a { background-color: #890D22; }
a { background-color: rgb(137,13,34); }
div.DivClassName
{
background-color: #890D22;
}
.BgClassName
{
background-color: #890D22;
}
</style>
border-color css
<style>
span { border-color: #890D22; }
span { border-color: rgb(137,13,34); }
td.TdClassName
{
border-color: #890D22;
}
.TagClassName
{
border-color: #890D22;
}
</style>