Shades of Burgundy #890D28
Tints of Burgundy #890D28
RGB
CMYK
RGB Variations
Color information
#890D28 (or 0x890D28) is known color: Burgundy. HEX triplet: 89, 0D and 28. RGB value is (137,13,40). Sum of RGB (Red+Green+Blue) = 137+13+40=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D28 is #76F2D7. Grayscale: #353535. Windows color (decimal): -7795416 or 2624905. OLE color: 2624905.
HSL color Cylindrical-coordinate representation of color #890D28: hue angle of 346.94º 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 #890D28 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 40 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.46 |
| HSL | 346.94º | 0.83% | 0.29% | - |
| HSV(B) | 346.94º | 0.91% | 0.54% | - |
| XYZ | 10.84 | 5.76 | 2.55 | - |
| YUV | 53.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 40 | 0 | 0.91 | 0.71 | 0.46 | 346.94 | 0.83 | 0.29 |
| Hex | 89 | D | 28 | 0 | 5B | 47 | 2E | 15B | 53 | 1D |
| Octal | 211 | 15 | 50 | 0 | 133 | 107 | 56 | 533 | 123 | 35 |
| Binary | 10001001 | 1101 | 101000 | 0 | 1011011 | 1000111 | 101110 | 101011011 | 1010011 | 11101 |
Color Harmonies of #890D28
Complementary color
Monochromatic Colors of #890D28
Black with #890D28
Text Example
Text Example
White with #890D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D28; }
p { color: rgb(137,13,40); }
H1.HeaderClassName
{
color: #890D28;
}
.AnyTagClassName
{
color: #890D28;
}
</style>
background-color css
<style>
a { background-color: #890D28; }
a { background-color: rgb(137,13,40); }
div.DivClassName
{
background-color: #890D28;
}
.BgClassName
{
background-color: #890D28;
}
</style>
border-color css
<style>
span { border-color: #890D28; }
span { border-color: rgb(137,13,40); }
td.TdClassName
{
border-color: #890D28;
}
.TagClassName
{
border-color: #890D28;
}
</style>