Shades of Burgundy #89102F
Tints of Burgundy #89102F
RGB
CMYK
RGB Variations
Color information
#89102F (or 0x89102F) is known color: Burgundy. HEX triplet: 89, 10 and 2F. RGB value is (137,16,47). Sum of RGB (Red+Green+Blue) = 137+16+47=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89102F is #76EFD0. Grayscale: #373737. Windows color (decimal): -7794641 or 3084425. OLE color: 3084425.
HSL color Cylindrical-coordinate representation of color #89102F: hue angle of 344.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89102F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 47 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.46 |
| HSL | 344.63º | 0.79% | 0.3% | - |
| HSV(B) | 344.63º | 0.88% | 0.54% | - |
| XYZ | 11.01 | 5.89 | 3.25 | - |
| YUV | 55.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 47 | 0 | 0.88 | 0.66 | 0.46 | 344.63 | 0.79 | 0.3 |
| Hex | 89 | 10 | 2F | 0 | 58 | 42 | 2E | 159 | 4F | 1E |
| Octal | 211 | 20 | 57 | 0 | 130 | 102 | 56 | 531 | 117 | 36 |
| Binary | 10001001 | 10000 | 101111 | 0 | 1011000 | 1000010 | 101110 | 101011001 | 1001111 | 11110 |
Color Harmonies of #89102F
Complementary color
Monochromatic Colors of #89102F
Black with #89102F
Text Example
Text Example
White with #89102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89102F; }
p { color: rgb(137,16,47); }
H1.HeaderClassName
{
color: #89102F;
}
.AnyTagClassName
{
color: #89102F;
}
</style>
background-color css
<style>
a { background-color: #89102F; }
a { background-color: rgb(137,16,47); }
div.DivClassName
{
background-color: #89102F;
}
.BgClassName
{
background-color: #89102F;
}
</style>
border-color css
<style>
span { border-color: #89102F; }
span { border-color: rgb(137,16,47); }
td.TdClassName
{
border-color: #89102F;
}
.TagClassName
{
border-color: #89102F;
}
</style>