Shades of Burgundy #850930
Tints of Burgundy #850930
RGB
CMYK
RGB Variations
Color information
#850930 (or 0x850930) is known color: Burgundy. HEX triplet: 85, 09 and 30. RGB value is (133,9,48). Sum of RGB (Red+Green+Blue) = 133+9+48=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #850930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850930 is #7AF6CF. Grayscale: #323232. Windows color (decimal): -8058576 or 3148165. OLE color: 3148165.
HSL color Cylindrical-coordinate representation of color #850930: hue angle of 341.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850930 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 48 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.48 |
| HSL | 341.13º | 0.87% | 0.28% | - |
| HSV(B) | 341.13º | 0.93% | 0.52% | - |
| XYZ | 10.3 | 5.4 | 3.29 | - |
| YUV | 50.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 48 | 0 | 0.93 | 0.64 | 0.48 | 341.13 | 0.87 | 0.28 |
| Hex | 85 | 9 | 30 | 0 | 5D | 40 | 30 | 155 | 57 | 1C |
| Octal | 205 | 11 | 60 | 0 | 135 | 100 | 60 | 525 | 127 | 34 |
| Binary | 10000101 | 1001 | 110000 | 0 | 1011101 | 1000000 | 110000 | 101010101 | 1010111 | 11100 |
Color Harmonies of #850930
Complementary color
Monochromatic Colors of #850930
Black with #850930
Text Example
Text Example
White with #850930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850930; }
p { color: rgb(133,9,48); }
H1.HeaderClassName
{
color: #850930;
}
.AnyTagClassName
{
color: #850930;
}
</style>
background-color css
<style>
a { background-color: #850930; }
a { background-color: rgb(133,9,48); }
div.DivClassName
{
background-color: #850930;
}
.BgClassName
{
background-color: #850930;
}
</style>
border-color css
<style>
span { border-color: #850930; }
span { border-color: rgb(133,9,48); }
td.TdClassName
{
border-color: #850930;
}
.TagClassName
{
border-color: #850930;
}
</style>