Shades of Burgundy #890B30
Tints of Burgundy #890B30
RGB
CMYK
RGB Variations
Color information
#890B30 (or 0x890B30) is known color: Burgundy. HEX triplet: 89, 0B and 30. RGB value is (137,11,48). Sum of RGB (Red+Green+Blue) = 137+11+48=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #890B30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B30 is #76F4CF. Grayscale: #343434. Windows color (decimal): -7795920 or 3148681. OLE color: 3148681.
HSL color Cylindrical-coordinate representation of color #890B30: hue angle of 342.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B30 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 48 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.46 |
| HSL | 342.38º | 0.85% | 0.29% | - |
| HSV(B) | 342.38º | 0.92% | 0.54% | - |
| XYZ | 10.97 | 5.77 | 3.33 | - |
| YUV | 52.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 48 | 0 | 0.92 | 0.65 | 0.46 | 342.38 | 0.85 | 0.29 |
| Hex | 89 | B | 30 | 0 | 5C | 41 | 2E | 156 | 55 | 1D |
| Octal | 211 | 13 | 60 | 0 | 134 | 101 | 56 | 526 | 125 | 35 |
| Binary | 10001001 | 1011 | 110000 | 0 | 1011100 | 1000001 | 101110 | 101010110 | 1010101 | 11101 |
Color Harmonies of #890B30
Complementary color
Monochromatic Colors of #890B30
Black with #890B30
Text Example
Text Example
White with #890B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B30; }
p { color: rgb(137,11,48); }
H1.HeaderClassName
{
color: #890B30;
}
.AnyTagClassName
{
color: #890B30;
}
</style>
background-color css
<style>
a { background-color: #890B30; }
a { background-color: rgb(137,11,48); }
div.DivClassName
{
background-color: #890B30;
}
.BgClassName
{
background-color: #890B30;
}
</style>
border-color css
<style>
span { border-color: #890B30; }
span { border-color: rgb(137,11,48); }
td.TdClassName
{
border-color: #890B30;
}
.TagClassName
{
border-color: #890B30;
}
</style>