Shades of Burgundy #850A25
Tints of Burgundy #850A25
RGB
CMYK
RGB Variations
Color information
#850A25 (or 0x850A25) is known color: Burgundy. HEX triplet: 85, 0A and 25. RGB value is (133,10,37). Sum of RGB (Red+Green+Blue) = 133+10+37=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #850A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A25 is #7AF5DA. Grayscale: #313131. Windows color (decimal): -8058331 or 2427525. OLE color: 2427525.
HSL color Cylindrical-coordinate representation of color #850A25: hue angle of 346.83º 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 #850A25 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 37 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.48 |
| HSL | 346.83º | 0.86% | 0.28% | - |
| HSV(B) | 346.83º | 0.92% | 0.52% | - |
| XYZ | 10.12 | 5.34 | 2.25 | - |
| YUV | 49.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 37 | 0 | 0.92 | 0.72 | 0.48 | 346.83 | 0.86 | 0.28 |
| Hex | 85 | A | 25 | 0 | 5C | 48 | 30 | 15B | 56 | 1C |
| Octal | 205 | 12 | 45 | 0 | 134 | 110 | 60 | 533 | 126 | 34 |
| Binary | 10000101 | 1010 | 100101 | 0 | 1011100 | 1001000 | 110000 | 101011011 | 1010110 | 11100 |
Color Harmonies of #850A25
Complementary color
Monochromatic Colors of #850A25
Black with #850A25
Text Example
Text Example
White with #850A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A25; }
p { color: rgb(133,10,37); }
H1.HeaderClassName
{
color: #850A25;
}
.AnyTagClassName
{
color: #850A25;
}
</style>
background-color css
<style>
a { background-color: #850A25; }
a { background-color: rgb(133,10,37); }
div.DivClassName
{
background-color: #850A25;
}
.BgClassName
{
background-color: #850A25;
}
</style>
border-color css
<style>
span { border-color: #850A25; }
span { border-color: rgb(133,10,37); }
td.TdClassName
{
border-color: #850A25;
}
.TagClassName
{
border-color: #850A25;
}
</style>