Shades of Burgundy #890C1D
Tints of Burgundy #890C1D
RGB
CMYK
RGB Variations
Color information
#890C1D (or 0x890C1D) is known color: Burgundy. HEX triplet: 89, 0C and 1D. RGB value is (137,12,29). Sum of RGB (Red+Green+Blue) = 137+12+29=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C1D is #76F3E2. Grayscale: #333333. Windows color (decimal): -7795683 or 1903753. OLE color: 1903753.
HSL color Cylindrical-coordinate representation of color #890C1D: hue angle of 351.84º degrees, saturation: 0.84, 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 #890C1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 29 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.46 |
| HSL | 351.84º | 0.84% | 0.29% | - |
| HSV(B) | 351.84º | 0.91% | 0.54% | - |
| XYZ | 10.67 | 5.67 | 1.69 | - |
| YUV | 51.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 29 | 0 | 0.91 | 0.79 | 0.46 | 351.84 | 0.84 | 0.29 |
| Hex | 89 | C | 1D | 0 | 5B | 4F | 2E | 160 | 54 | 1D |
| Octal | 211 | 14 | 35 | 0 | 133 | 117 | 56 | 540 | 124 | 35 |
| Binary | 10001001 | 1100 | 11101 | 0 | 1011011 | 1001111 | 101110 | 101100000 | 1010100 | 11101 |
Color Harmonies of #890C1D
Complementary color
Monochromatic Colors of #890C1D
Black with #890C1D
Text Example
Text Example
White with #890C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C1D; }
p { color: rgb(137,12,29); }
H1.HeaderClassName
{
color: #890C1D;
}
.AnyTagClassName
{
color: #890C1D;
}
</style>
background-color css
<style>
a { background-color: #890C1D; }
a { background-color: rgb(137,12,29); }
div.DivClassName
{
background-color: #890C1D;
}
.BgClassName
{
background-color: #890C1D;
}
</style>
border-color css
<style>
span { border-color: #890C1D; }
span { border-color: rgb(137,12,29); }
td.TdClassName
{
border-color: #890C1D;
}
.TagClassName
{
border-color: #890C1D;
}
</style>