Shades of Burgundy #890F3B
Tints of Burgundy #890F3B
RGB
CMYK
RGB Variations
Color information
#890F3B (or 0x890F3B) is known color: Burgundy. HEX triplet: 89, 0F and 3B. RGB value is (137,15,59). Sum of RGB (Red+Green+Blue) = 137+15+59=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #890F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F3B is #76F0C4. Grayscale: #383838. Windows color (decimal): -7794885 or 3870601. OLE color: 3870601.
HSL color Cylindrical-coordinate representation of color #890F3B: hue angle of 338.36º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F3B is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 59 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.46 |
| HSL | 338.36º | 0.8% | 0.3% | - |
| HSV(B) | 338.36º | 0.89% | 0.54% | - |
| XYZ | 11.28 | 5.98 | 4.7 | - |
| YUV | 56.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 59 | 0 | 0.89 | 0.57 | 0.46 | 338.36 | 0.8 | 0.3 |
| Hex | 89 | F | 3B | 0 | 59 | 39 | 2E | 152 | 50 | 1E |
| Octal | 211 | 17 | 73 | 0 | 131 | 71 | 56 | 522 | 120 | 36 |
| Binary | 10001001 | 1111 | 111011 | 0 | 1011001 | 111001 | 101110 | 101010010 | 1010000 | 11110 |
Color Harmonies of #890F3B
Complementary color
Monochromatic Colors of #890F3B
Black with #890F3B
Text Example
Text Example
White with #890F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F3B; }
p { color: rgb(137,15,59); }
H1.HeaderClassName
{
color: #890F3B;
}
.AnyTagClassName
{
color: #890F3B;
}
</style>
background-color css
<style>
a { background-color: #890F3B; }
a { background-color: rgb(137,15,59); }
div.DivClassName
{
background-color: #890F3B;
}
.BgClassName
{
background-color: #890F3B;
}
</style>
border-color css
<style>
span { border-color: #890F3B; }
span { border-color: rgb(137,15,59); }
td.TdClassName
{
border-color: #890F3B;
}
.TagClassName
{
border-color: #890F3B;
}
</style>