Shades of Burgundy #890023
Tints of Burgundy #890023
RGB
CMYK
RGB Variations
Color information
#890023 (or 0x890023) is known color: Burgundy. HEX triplet: 89, 00 and 23. RGB value is (137,0,35). Sum of RGB (Red+Green+Blue) = 137+0+35=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #890023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890023 is #76FFDC. Grayscale: #2C2C2C. Windows color (decimal): -7798749 or 2293897. OLE color: 2293897.
HSL color Cylindrical-coordinate representation of color #890023: hue angle of 344.67º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890023 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.74 | 0.46 |
| HSL | 344.67º | 1% | 0.27% | - |
| HSV(B) | 344.67º | 1% | 0.54% | - |
| XYZ | 10.62 | 5.44 | 2.08 | - |
| YUV | 44.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 35 | 0 | 1 | 0.74 | 0.46 | 344.67 | 1 | 0.27 |
| Hex | 89 | 0 | 23 | 0 | 64 | 4A | 2E | 159 | 64 | 1B |
| Octal | 211 | 0 | 43 | 0 | 144 | 112 | 56 | 531 | 144 | 33 |
| Binary | 10001001 | 0 | 100011 | 0 | 1100100 | 1001010 | 101110 | 101011001 | 1100100 | 11011 |
Color Harmonies of #890023
Complementary color
Monochromatic Colors of #890023
Black with #890023
Text Example
Text Example
White with #890023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890023; }
p { color: rgb(137,0,35); }
H1.HeaderClassName
{
color: #890023;
}
.AnyTagClassName
{
color: #890023;
}
</style>
background-color css
<style>
a { background-color: #890023; }
a { background-color: rgb(137,0,35); }
div.DivClassName
{
background-color: #890023;
}
.BgClassName
{
background-color: #890023;
}
</style>
border-color css
<style>
span { border-color: #890023; }
span { border-color: rgb(137,0,35); }
td.TdClassName
{
border-color: #890023;
}
.TagClassName
{
border-color: #890023;
}
</style>