Shades of Burgundy #890622
Tints of Burgundy #890622
RGB
CMYK
RGB Variations
Color information
#890622 (or 0x890622) is known color: Burgundy. HEX triplet: 89, 06 and 22. RGB value is (137,6,34). Sum of RGB (Red+Green+Blue) = 137+6+34=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890622 is #76F9DD. Grayscale: #303030. Windows color (decimal): -7797214 or 2229897. OLE color: 2229897.
HSL color Cylindrical-coordinate representation of color #890622: hue angle of 347.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890622 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 34 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.46 |
| HSL | 347.18º | 0.92% | 0.28% | - |
| HSV(B) | 347.18º | 0.96% | 0.54% | - |
| XYZ | 10.67 | 5.56 | 2.02 | - |
| YUV | 48.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 34 | 0 | 0.96 | 0.75 | 0.46 | 347.18 | 0.92 | 0.28 |
| Hex | 89 | 6 | 22 | 0 | 60 | 4B | 2E | 15B | 5C | 1C |
| Octal | 211 | 6 | 42 | 0 | 140 | 113 | 56 | 533 | 134 | 34 |
| Binary | 10001001 | 110 | 100010 | 0 | 1100000 | 1001011 | 101110 | 101011011 | 1011100 | 11100 |
Color Harmonies of #890622
Complementary color
Monochromatic Colors of #890622
Black with #890622
Text Example
Text Example
White with #890622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890622; }
p { color: rgb(137,6,34); }
H1.HeaderClassName
{
color: #890622;
}
.AnyTagClassName
{
color: #890622;
}
</style>
background-color css
<style>
a { background-color: #890622; }
a { background-color: rgb(137,6,34); }
div.DivClassName
{
background-color: #890622;
}
.BgClassName
{
background-color: #890622;
}
</style>
border-color css
<style>
span { border-color: #890622; }
span { border-color: rgb(137,6,34); }
td.TdClassName
{
border-color: #890622;
}
.TagClassName
{
border-color: #890622;
}
</style>