Shades of Burgundy #89093C
Tints of Burgundy #89093C
RGB
CMYK
RGB Variations
Color information
#89093C (or 0x89093C) is known color: Burgundy. HEX triplet: 89, 09 and 3C. RGB value is (137,9,60). Sum of RGB (Red+Green+Blue) = 137+9+60=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89093C is #76F6C3. Grayscale: #353535. Windows color (decimal): -7796420 or 3934601. OLE color: 3934601.
HSL color Cylindrical-coordinate representation of color #89093C: hue angle of 336.09º degrees, saturation: 0.88, 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 #89093C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 60 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.46 |
| HSL | 336.09º | 0.88% | 0.29% | - |
| HSV(B) | 336.09º | 0.93% | 0.54% | - |
| XYZ | 11.23 | 5.84 | 4.81 | - |
| YUV | 53.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 60 | 0 | 0.93 | 0.56 | 0.46 | 336.09 | 0.88 | 0.29 |
| Hex | 89 | 9 | 3C | 0 | 5D | 38 | 2E | 150 | 58 | 1D |
| Octal | 211 | 11 | 74 | 0 | 135 | 70 | 56 | 520 | 130 | 35 |
| Binary | 10001001 | 1001 | 111100 | 0 | 1011101 | 111000 | 101110 | 101010000 | 1011000 | 11101 |
Color Harmonies of #89093C
Complementary color
Monochromatic Colors of #89093C
Black with #89093C
Text Example
Text Example
White with #89093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89093C; }
p { color: rgb(137,9,60); }
H1.HeaderClassName
{
color: #89093C;
}
.AnyTagClassName
{
color: #89093C;
}
</style>
background-color css
<style>
a { background-color: #89093C; }
a { background-color: rgb(137,9,60); }
div.DivClassName
{
background-color: #89093C;
}
.BgClassName
{
background-color: #89093C;
}
</style>
border-color css
<style>
span { border-color: #89093C; }
span { border-color: rgb(137,9,60); }
td.TdClassName
{
border-color: #89093C;
}
.TagClassName
{
border-color: #89093C;
}
</style>