Shades of Burgundy #850123
Tints of Burgundy #850123
RGB
CMYK
RGB Variations
Color information
#850123 (or 0x850123) is known color: Burgundy. HEX triplet: 85, 01 and 23. RGB value is (133,1,35). Sum of RGB (Red+Green+Blue) = 133+1+35=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850123 is #7AFEDC. Grayscale: #2C2C2C. Windows color (decimal): -8060637 or 2294149. OLE color: 2294149.
HSL color Cylindrical-coordinate representation of color #850123: hue angle of 344.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850123 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.48 |
| HSL | 344.55º | 0.99% | 0.26% | - |
| HSV(B) | 344.55º | 0.99% | 0.52% | - |
| XYZ | 9.99 | 5.13 | 2.05 | - |
| YUV | 44.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 35 | 0 | 0.99 | 0.74 | 0.48 | 344.55 | 0.99 | 0.26 |
| Hex | 85 | 1 | 23 | 0 | 63 | 4A | 30 | 159 | 63 | 1A |
| Octal | 205 | 1 | 43 | 0 | 143 | 112 | 60 | 531 | 143 | 32 |
| Binary | 10000101 | 1 | 100011 | 0 | 1100011 | 1001010 | 110000 | 101011001 | 1100011 | 11010 |
Color Harmonies of #850123
Complementary color
Monochromatic Colors of #850123
Black with #850123
Text Example
Text Example
White with #850123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850123; }
p { color: rgb(133,1,35); }
H1.HeaderClassName
{
color: #850123;
}
.AnyTagClassName
{
color: #850123;
}
</style>
background-color css
<style>
a { background-color: #850123; }
a { background-color: rgb(133,1,35); }
div.DivClassName
{
background-color: #850123;
}
.BgClassName
{
background-color: #850123;
}
</style>
border-color css
<style>
span { border-color: #850123; }
span { border-color: rgb(133,1,35); }
td.TdClassName
{
border-color: #850123;
}
.TagClassName
{
border-color: #850123;
}
</style>