Shades of Burgundy #850A30
Tints of Burgundy #850A30
RGB
CMYK
RGB Variations
Color information
#850A30 (or 0x850A30) is known color: Burgundy. HEX triplet: 85, 0A and 30. RGB value is (133,10,48). Sum of RGB (Red+Green+Blue) = 133+10+48=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A30 is #7AF5CF. Grayscale: #333333. Windows color (decimal): -8058320 or 3148421. OLE color: 3148421.
HSL color Cylindrical-coordinate representation of color #850A30: hue angle of 341.46º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A30 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 48 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.48 |
| HSL | 341.46º | 0.86% | 0.28% | - |
| HSV(B) | 341.46º | 0.92% | 0.52% | - |
| XYZ | 10.31 | 5.42 | 3.3 | - |
| YUV | 51.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 48 | 0 | 0.92 | 0.64 | 0.48 | 341.46 | 0.86 | 0.28 |
| Hex | 85 | A | 30 | 0 | 5C | 40 | 30 | 155 | 56 | 1C |
| Octal | 205 | 12 | 60 | 0 | 134 | 100 | 60 | 525 | 126 | 34 |
| Binary | 10000101 | 1010 | 110000 | 0 | 1011100 | 1000000 | 110000 | 101010101 | 1010110 | 11100 |
Color Harmonies of #850A30
Complementary color
Monochromatic Colors of #850A30
Black with #850A30
Text Example
Text Example
White with #850A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A30; }
p { color: rgb(133,10,48); }
H1.HeaderClassName
{
color: #850A30;
}
.AnyTagClassName
{
color: #850A30;
}
</style>
background-color css
<style>
a { background-color: #850A30; }
a { background-color: rgb(133,10,48); }
div.DivClassName
{
background-color: #850A30;
}
.BgClassName
{
background-color: #850A30;
}
</style>
border-color css
<style>
span { border-color: #850A30; }
span { border-color: rgb(133,10,48); }
td.TdClassName
{
border-color: #850A30;
}
.TagClassName
{
border-color: #850A30;
}
</style>