Shades of Burgundy #890228
Tints of Burgundy #890228
RGB
CMYK
RGB Variations
Color information
#890228 (or 0x890228) is known color: Burgundy. HEX triplet: 89, 02 and 28. RGB value is (137,2,40). Sum of RGB (Red+Green+Blue) = 137+2+40=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890228 is #76FDD7. Grayscale: #2E2E2E. Windows color (decimal): -7798232 or 2622089. OLE color: 2622089.
HSL color Cylindrical-coordinate representation of color #890228: hue angle of 343.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890228 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.46 |
| HSL | 343.11º | 0.97% | 0.27% | - |
| HSV(B) | 343.11º | 0.99% | 0.54% | - |
| XYZ | 10.72 | 5.51 | 2.51 | - |
| YUV | 46.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 40 | 0 | 0.99 | 0.71 | 0.46 | 343.11 | 0.97 | 0.27 |
| Hex | 89 | 2 | 28 | 0 | 63 | 47 | 2E | 157 | 61 | 1B |
| Octal | 211 | 2 | 50 | 0 | 143 | 107 | 56 | 527 | 141 | 33 |
| Binary | 10001001 | 10 | 101000 | 0 | 1100011 | 1000111 | 101110 | 101010111 | 1100001 | 11011 |
Color Harmonies of #890228
Complementary color
Monochromatic Colors of #890228
Black with #890228
Text Example
Text Example
White with #890228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890228; }
p { color: rgb(137,2,40); }
H1.HeaderClassName
{
color: #890228;
}
.AnyTagClassName
{
color: #890228;
}
</style>
background-color css
<style>
a { background-color: #890228; }
a { background-color: rgb(137,2,40); }
div.DivClassName
{
background-color: #890228;
}
.BgClassName
{
background-color: #890228;
}
</style>
border-color css
<style>
span { border-color: #890228; }
span { border-color: rgb(137,2,40); }
td.TdClassName
{
border-color: #890228;
}
.TagClassName
{
border-color: #890228;
}
</style>