Shades of Burgundy #89013B
Tints of Burgundy #89013B
RGB
CMYK
RGB Variations
Color information
#89013B (or 0x89013B) is known color: Burgundy. HEX triplet: 89, 01 and 3B. RGB value is (137,1,59). Sum of RGB (Red+Green+Blue) = 137+1+59=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89013B is #76FEC4. Grayscale: #303030. Windows color (decimal): -7798469 or 3867017. OLE color: 3867017.
HSL color Cylindrical-coordinate representation of color #89013B: hue angle of 334.41º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89013B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.46 |
| HSL | 334.41º | 0.99% | 0.27% | - |
| HSV(B) | 334.41º | 0.99% | 0.54% | - |
| XYZ | 11.12 | 5.66 | 4.64 | - |
| YUV | 48.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 59 | 0 | 0.99 | 0.57 | 0.46 | 334.41 | 0.99 | 0.27 |
| Hex | 89 | 1 | 3B | 0 | 63 | 39 | 2E | 14E | 63 | 1B |
| Octal | 211 | 1 | 73 | 0 | 143 | 71 | 56 | 516 | 143 | 33 |
| Binary | 10001001 | 1 | 111011 | 0 | 1100011 | 111001 | 101110 | 101001110 | 1100011 | 11011 |
Color Harmonies of #89013B
Complementary color
Monochromatic Colors of #89013B
Black with #89013B
Text Example
Text Example
White with #89013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89013B; }
p { color: rgb(137,1,59); }
H1.HeaderClassName
{
color: #89013B;
}
.AnyTagClassName
{
color: #89013B;
}
</style>
background-color css
<style>
a { background-color: #89013B; }
a { background-color: rgb(137,1,59); }
div.DivClassName
{
background-color: #89013B;
}
.BgClassName
{
background-color: #89013B;
}
</style>
border-color css
<style>
span { border-color: #89013B; }
span { border-color: rgb(137,1,59); }
td.TdClassName
{
border-color: #89013B;
}
.TagClassName
{
border-color: #89013B;
}
</style>