Shades of Burgundy #850C1E
Tints of Burgundy #850C1E
RGB
CMYK
RGB Variations
Color information
#850C1E (or 0x850C1E) is known color: Burgundy. HEX triplet: 85, 0C and 1E. RGB value is (133,12,30). Sum of RGB (Red+Green+Blue) = 133+12+30=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #850C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C1E is #7AF3E1. Grayscale: #323232. Windows color (decimal): -8057826 or 1969285. OLE color: 1969285.
HSL color Cylindrical-coordinate representation of color #850C1E: hue angle of 351.07º 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 #850C1E is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 30 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.48 |
| HSL | 351.07º | 0.83% | 0.28% | - |
| HSV(B) | 351.07º | 0.91% | 0.52% | - |
| XYZ | 10.04 | 5.34 | 1.73 | - |
| YUV | 50.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 30 | 0 | 0.91 | 0.77 | 0.48 | 351.07 | 0.83 | 0.28 |
| Hex | 85 | C | 1E | 0 | 5B | 4D | 30 | 15F | 53 | 1C |
| Octal | 205 | 14 | 36 | 0 | 133 | 115 | 60 | 537 | 123 | 34 |
| Binary | 10000101 | 1100 | 11110 | 0 | 1011011 | 1001101 | 110000 | 101011111 | 1010011 | 11100 |
Color Harmonies of #850C1E
Complementary color
Monochromatic Colors of #850C1E
Black with #850C1E
Text Example
Text Example
White with #850C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C1E; }
p { color: rgb(133,12,30); }
H1.HeaderClassName
{
color: #850C1E;
}
.AnyTagClassName
{
color: #850C1E;
}
</style>
background-color css
<style>
a { background-color: #850C1E; }
a { background-color: rgb(133,12,30); }
div.DivClassName
{
background-color: #850C1E;
}
.BgClassName
{
background-color: #850C1E;
}
</style>
border-color css
<style>
span { border-color: #850C1E; }
span { border-color: rgb(133,12,30); }
td.TdClassName
{
border-color: #850C1E;
}
.TagClassName
{
border-color: #850C1E;
}
</style>