Shades of Burgundy #881023
Tints of Burgundy #881023
RGB
CMYK
RGB Variations
Color information
#881023 (or 0x881023) is known color: Burgundy. HEX triplet: 88, 10 and 23. RGB value is (136,16,35). Sum of RGB (Red+Green+Blue) = 136+16+35=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881023 is #77EFDC. Grayscale: #363636. Windows color (decimal): -7860189 or 2297992. OLE color: 2297992.
HSL color Cylindrical-coordinate representation of color #881023: hue angle of 350.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881023 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 35 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.47 |
| HSL | 350.5º | 0.79% | 0.3% | - |
| HSV(B) | 350.5º | 0.88% | 0.53% | - |
| XYZ | 10.64 | 5.73 | 2.13 | - |
| YUV | 54.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 35 | 0 | 0.88 | 0.74 | 0.47 | 350.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 23 | 0 | 58 | 4A | 2F | 15E | 4F | 1E |
| Octal | 210 | 20 | 43 | 0 | 130 | 112 | 57 | 536 | 117 | 36 |
| Binary | 10001000 | 10000 | 100011 | 0 | 1011000 | 1001010 | 101111 | 101011110 | 1001111 | 11110 |
Color Harmonies of #881023
Complementary color
Monochromatic Colors of #881023
Black with #881023
Text Example
Text Example
White with #881023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881023; }
p { color: rgb(136,16,35); }
H1.HeaderClassName
{
color: #881023;
}
.AnyTagClassName
{
color: #881023;
}
</style>
background-color css
<style>
a { background-color: #881023; }
a { background-color: rgb(136,16,35); }
div.DivClassName
{
background-color: #881023;
}
.BgClassName
{
background-color: #881023;
}
</style>
border-color css
<style>
span { border-color: #881023; }
span { border-color: rgb(136,16,35); }
td.TdClassName
{
border-color: #881023;
}
.TagClassName
{
border-color: #881023;
}
</style>