Shades of Burgundy #890C2D
Tints of Burgundy #890C2D
RGB
CMYK
RGB Variations
Color information
#890C2D (or 0x890C2D) is known color: Burgundy. HEX triplet: 89, 0C and 2D. RGB value is (137,12,45). Sum of RGB (Red+Green+Blue) = 137+12+45=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C2D is #76F3D2. Grayscale: #353535. Windows color (decimal): -7795667 or 2952329. OLE color: 2952329.
HSL color Cylindrical-coordinate representation of color #890C2D: hue angle of 344.16º 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 #890C2D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 45 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.46 |
| HSL | 344.16º | 0.84% | 0.29% | - |
| HSV(B) | 344.16º | 0.91% | 0.54% | - |
| XYZ | 10.92 | 5.77 | 3.02 | - |
| YUV | 53.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 45 | 0 | 0.91 | 0.67 | 0.46 | 344.16 | 0.84 | 0.29 |
| Hex | 89 | C | 2D | 0 | 5B | 43 | 2E | 158 | 54 | 1D |
| Octal | 211 | 14 | 55 | 0 | 133 | 103 | 56 | 530 | 124 | 35 |
| Binary | 10001001 | 1100 | 101101 | 0 | 1011011 | 1000011 | 101110 | 101011000 | 1010100 | 11101 |
Color Harmonies of #890C2D
Complementary color
Monochromatic Colors of #890C2D
Black with #890C2D
Text Example
Text Example
White with #890C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C2D; }
p { color: rgb(137,12,45); }
H1.HeaderClassName
{
color: #890C2D;
}
.AnyTagClassName
{
color: #890C2D;
}
</style>
background-color css
<style>
a { background-color: #890C2D; }
a { background-color: rgb(137,12,45); }
div.DivClassName
{
background-color: #890C2D;
}
.BgClassName
{
background-color: #890C2D;
}
</style>
border-color css
<style>
span { border-color: #890C2D; }
span { border-color: rgb(137,12,45); }
td.TdClassName
{
border-color: #890C2D;
}
.TagClassName
{
border-color: #890C2D;
}
</style>