Shades of Burgundy #850C1F
Tints of Burgundy #850C1F
RGB
CMYK
RGB Variations
Color information
#850C1F (or 0x850C1F) is known color: Burgundy. HEX triplet: 85, 0C and 1F. RGB value is (133,12,31). Sum of RGB (Red+Green+Blue) = 133+12+31=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #850C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C1F is #7AF3E0. Grayscale: #323232. Windows color (decimal): -8057825 or 2034821. OLE color: 2034821.
HSL color Cylindrical-coordinate representation of color #850C1F: hue angle of 350.58º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C1F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 31 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.48 |
| HSL | 350.58º | 0.83% | 0.28% | - |
| HSV(B) | 350.58º | 0.91% | 0.52% | - |
| XYZ | 10.05 | 5.35 | 1.8 | - |
| YUV | 50.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 31 | 0 | 0.91 | 0.77 | 0.48 | 350.58 | 0.83 | 0.28 |
| Hex | 85 | C | 1F | 0 | 5B | 4D | 30 | 15F | 53 | 1C |
| Octal | 205 | 14 | 37 | 0 | 133 | 115 | 60 | 537 | 123 | 34 |
| Binary | 10000101 | 1100 | 11111 | 0 | 1011011 | 1001101 | 110000 | 101011111 | 1010011 | 11100 |
Color Harmonies of #850C1F
Complementary color
Monochromatic Colors of #850C1F
Black with #850C1F
Text Example
Text Example
White with #850C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C1F; }
p { color: rgb(133,12,31); }
H1.HeaderClassName
{
color: #850C1F;
}
.AnyTagClassName
{
color: #850C1F;
}
</style>
background-color css
<style>
a { background-color: #850C1F; }
a { background-color: rgb(133,12,31); }
div.DivClassName
{
background-color: #850C1F;
}
.BgClassName
{
background-color: #850C1F;
}
</style>
border-color css
<style>
span { border-color: #850C1F; }
span { border-color: rgb(133,12,31); }
td.TdClassName
{
border-color: #850C1F;
}
.TagClassName
{
border-color: #850C1F;
}
</style>