Shades of Burgundy #880123
Tints of Burgundy #880123
RGB
CMYK
RGB Variations
Color information
#880123 (or 0x880123) is known color: Burgundy. HEX triplet: 88, 01 and 23. RGB value is (136,1,35). Sum of RGB (Red+Green+Blue) = 136+1+35=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880123 is #77FEDC. Grayscale: #2D2D2D. Windows color (decimal): -7864029 or 2294152. OLE color: 2294152.
HSL color Cylindrical-coordinate representation of color #880123: hue angle of 344.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880123 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.47 |
| HSL | 344.89º | 0.99% | 0.27% | - |
| HSV(B) | 344.89º | 0.99% | 0.53% | - |
| XYZ | 10.47 | 5.38 | 2.08 | - |
| YUV | 45.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 35 | 0 | 0.99 | 0.74 | 0.47 | 344.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 23 | 0 | 63 | 4A | 2F | 159 | 63 | 1B |
| Octal | 210 | 1 | 43 | 0 | 143 | 112 | 57 | 531 | 143 | 33 |
| Binary | 10001000 | 1 | 100011 | 0 | 1100011 | 1001010 | 101111 | 101011001 | 1100011 | 11011 |
Color Harmonies of #880123
Complementary color
Monochromatic Colors of #880123
Black with #880123
Text Example
Text Example
White with #880123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880123; }
p { color: rgb(136,1,35); }
H1.HeaderClassName
{
color: #880123;
}
.AnyTagClassName
{
color: #880123;
}
</style>
background-color css
<style>
a { background-color: #880123; }
a { background-color: rgb(136,1,35); }
div.DivClassName
{
background-color: #880123;
}
.BgClassName
{
background-color: #880123;
}
</style>
border-color css
<style>
span { border-color: #880123; }
span { border-color: rgb(136,1,35); }
td.TdClassName
{
border-color: #880123;
}
.TagClassName
{
border-color: #880123;
}
</style>