Shades of Burgundy #850423
Tints of Burgundy #850423
RGB
CMYK
RGB Variations
Color information
#850423 (or 0x850423) is known color: Burgundy. HEX triplet: 85, 04 and 23. RGB value is (133,4,35). Sum of RGB (Red+Green+Blue) = 133+4+35=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850423 is #7AFBDC. Grayscale: #2E2E2E. Windows color (decimal): -8059869 or 2294917. OLE color: 2294917.
HSL color Cylindrical-coordinate representation of color #850423: hue angle of 345.58º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850423 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 35 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.48 |
| HSL | 345.58º | 0.94% | 0.27% | - |
| HSV(B) | 345.58º | 0.97% | 0.52% | - |
| XYZ | 10.02 | 5.19 | 2.06 | - |
| YUV | 46.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 35 | 0 | 0.97 | 0.74 | 0.48 | 345.58 | 0.94 | 0.27 |
| Hex | 85 | 4 | 23 | 0 | 61 | 4A | 30 | 15A | 5E | 1B |
| Octal | 205 | 4 | 43 | 0 | 141 | 112 | 60 | 532 | 136 | 33 |
| Binary | 10000101 | 100 | 100011 | 0 | 1100001 | 1001010 | 110000 | 101011010 | 1011110 | 11011 |
Color Harmonies of #850423
Complementary color
Monochromatic Colors of #850423
Black with #850423
Text Example
Text Example
White with #850423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850423; }
p { color: rgb(133,4,35); }
H1.HeaderClassName
{
color: #850423;
}
.AnyTagClassName
{
color: #850423;
}
</style>
background-color css
<style>
a { background-color: #850423; }
a { background-color: rgb(133,4,35); }
div.DivClassName
{
background-color: #850423;
}
.BgClassName
{
background-color: #850423;
}
</style>
border-color css
<style>
span { border-color: #850423; }
span { border-color: rgb(133,4,35); }
td.TdClassName
{
border-color: #850423;
}
.TagClassName
{
border-color: #850423;
}
</style>