Shades of Burgundy #890A3C
Tints of Burgundy #890A3C
RGB
CMYK
RGB Variations
Color information
#890A3C (or 0x890A3C) is known color: Burgundy. HEX triplet: 89, 0A and 3C. RGB value is (137,10,60). Sum of RGB (Red+Green+Blue) = 137+10+60=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A3C is #76F5C3. Grayscale: #353535. Windows color (decimal): -7796164 or 3934857. OLE color: 3934857.
HSL color Cylindrical-coordinate representation of color #890A3C: hue angle of 336.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A3C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 60 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.46 |
| HSL | 336.38º | 0.86% | 0.29% | - |
| HSV(B) | 336.38º | 0.93% | 0.54% | - |
| XYZ | 11.24 | 5.86 | 4.81 | - |
| YUV | 53.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 60 | 0 | 0.93 | 0.56 | 0.46 | 336.38 | 0.86 | 0.29 |
| Hex | 89 | A | 3C | 0 | 5D | 38 | 2E | 150 | 56 | 1D |
| Octal | 211 | 12 | 74 | 0 | 135 | 70 | 56 | 520 | 126 | 35 |
| Binary | 10001001 | 1010 | 111100 | 0 | 1011101 | 111000 | 101110 | 101010000 | 1010110 | 11101 |
Color Harmonies of #890A3C
Complementary color
Monochromatic Colors of #890A3C
Black with #890A3C
Text Example
Text Example
White with #890A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A3C; }
p { color: rgb(137,10,60); }
H1.HeaderClassName
{
color: #890A3C;
}
.AnyTagClassName
{
color: #890A3C;
}
</style>
background-color css
<style>
a { background-color: #890A3C; }
a { background-color: rgb(137,10,60); }
div.DivClassName
{
background-color: #890A3C;
}
.BgClassName
{
background-color: #890A3C;
}
</style>
border-color css
<style>
span { border-color: #890A3C; }
span { border-color: rgb(137,10,60); }
td.TdClassName
{
border-color: #890A3C;
}
.TagClassName
{
border-color: #890A3C;
}
</style>