Shades of Burgundy #860123
Tints of Burgundy #860123
RGB
CMYK
RGB Variations
Color information
#860123 (or 0x860123) is known color: Burgundy. HEX triplet: 86, 01 and 23. RGB value is (134,1,35). Sum of RGB (Red+Green+Blue) = 134+1+35=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860123 is #79FEDC. Grayscale: #2C2C2C. Windows color (decimal): -7995101 or 2294150. OLE color: 2294150.
HSL color Cylindrical-coordinate representation of color #860123: hue angle of 344.66º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860123 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.47 |
| HSL | 344.66º | 0.99% | 0.26% | - |
| HSV(B) | 344.66º | 0.99% | 0.53% | - |
| XYZ | 10.15 | 5.21 | 2.06 | - |
| YUV | 44.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 35 | 0 | 0.99 | 0.74 | 0.47 | 344.66 | 0.99 | 0.26 |
| Hex | 86 | 1 | 23 | 0 | 63 | 4A | 2F | 159 | 63 | 1A |
| Octal | 206 | 1 | 43 | 0 | 143 | 112 | 57 | 531 | 143 | 32 |
| Binary | 10000110 | 1 | 100011 | 0 | 1100011 | 1001010 | 101111 | 101011001 | 1100011 | 11010 |
Color Harmonies of #860123
Complementary color
Monochromatic Colors of #860123
Black with #860123
Text Example
Text Example
White with #860123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860123; }
p { color: rgb(134,1,35); }
H1.HeaderClassName
{
color: #860123;
}
.AnyTagClassName
{
color: #860123;
}
</style>
background-color css
<style>
a { background-color: #860123; }
a { background-color: rgb(134,1,35); }
div.DivClassName
{
background-color: #860123;
}
.BgClassName
{
background-color: #860123;
}
</style>
border-color css
<style>
span { border-color: #860123; }
span { border-color: rgb(134,1,35); }
td.TdClassName
{
border-color: #860123;
}
.TagClassName
{
border-color: #860123;
}
</style>