Shades of Burgundy #89031F
Tints of Burgundy #89031F
RGB
CMYK
RGB Variations
Color information
#89031F (or 0x89031F) is known color: Burgundy. HEX triplet: 89, 03 and 1F. RGB value is (137,3,31). Sum of RGB (Red+Green+Blue) = 137+3+31=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #89031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89031F is #76FCE0. Grayscale: #2E2E2E. Windows color (decimal): -7797985 or 2032521. OLE color: 2032521.
HSL color Cylindrical-coordinate representation of color #89031F: hue angle of 347.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89031F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.46 |
| HSL | 347.46º | 0.96% | 0.27% | - |
| HSV(B) | 347.46º | 0.98% | 0.54% | - |
| XYZ | 10.6 | 5.48 | 1.8 | - |
| YUV | 46.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 31 | 0 | 0.98 | 0.77 | 0.46 | 347.46 | 0.96 | 0.27 |
| Hex | 89 | 3 | 1F | 0 | 62 | 4D | 2E | 15B | 60 | 1B |
| Octal | 211 | 3 | 37 | 0 | 142 | 115 | 56 | 533 | 140 | 33 |
| Binary | 10001001 | 11 | 11111 | 0 | 1100010 | 1001101 | 101110 | 101011011 | 1100000 | 11011 |
Color Harmonies of #89031F
Complementary color
Monochromatic Colors of #89031F
Black with #89031F
Text Example
Text Example
White with #89031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89031F; }
p { color: rgb(137,3,31); }
H1.HeaderClassName
{
color: #89031F;
}
.AnyTagClassName
{
color: #89031F;
}
</style>
background-color css
<style>
a { background-color: #89031F; }
a { background-color: rgb(137,3,31); }
div.DivClassName
{
background-color: #89031F;
}
.BgClassName
{
background-color: #89031F;
}
</style>
border-color css
<style>
span { border-color: #89031F; }
span { border-color: rgb(137,3,31); }
td.TdClassName
{
border-color: #89031F;
}
.TagClassName
{
border-color: #89031F;
}
</style>