Shades of Burgundy #890A1C
Tints of Burgundy #890A1C
RGB
CMYK
RGB Variations
Color information
#890A1C (or 0x890A1C) is known color: Burgundy. HEX triplet: 89, 0A and 1C. RGB value is (137,10,28). Sum of RGB (Red+Green+Blue) = 137+10+28=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A1C is #76F5E3. Grayscale: #323232. Windows color (decimal): -7796196 or 1837705. OLE color: 1837705.
HSL color Cylindrical-coordinate representation of color #890A1C: hue angle of 351.5º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A1C is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 28 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.46 |
| HSL | 351.5º | 0.86% | 0.29% | - |
| HSV(B) | 351.5º | 0.93% | 0.54% | - |
| XYZ | 10.63 | 5.62 | 1.62 | - |
| YUV | 50.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 28 | 0 | 0.93 | 0.80 | 0.46 | 351.5 | 0.86 | 0.29 |
| Hex | 89 | A | 1C | 0 | 5D | 50 | 2E | 15F | 56 | 1D |
| Octal | 211 | 12 | 34 | 0 | 135 | 120 | 56 | 537 | 126 | 35 |
| Binary | 10001001 | 1010 | 11100 | 0 | 1011101 | 1010000 | 101110 | 101011111 | 1010110 | 11101 |
Color Harmonies of #890A1C
Complementary color
Monochromatic Colors of #890A1C
Black with #890A1C
Text Example
Text Example
White with #890A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A1C; }
p { color: rgb(137,10,28); }
H1.HeaderClassName
{
color: #890A1C;
}
.AnyTagClassName
{
color: #890A1C;
}
</style>
background-color css
<style>
a { background-color: #890A1C; }
a { background-color: rgb(137,10,28); }
div.DivClassName
{
background-color: #890A1C;
}
.BgClassName
{
background-color: #890A1C;
}
</style>
border-color css
<style>
span { border-color: #890A1C; }
span { border-color: rgb(137,10,28); }
td.TdClassName
{
border-color: #890A1C;
}
.TagClassName
{
border-color: #890A1C;
}
</style>