Shades of Burgundy #880923
Tints of Burgundy #880923
RGB
CMYK
RGB Variations
Color information
#880923 (or 0x880923) is known color: Burgundy. HEX triplet: 88, 09 and 23. RGB value is (136,9,35). Sum of RGB (Red+Green+Blue) = 136+9+35=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880923 is #77F6DC. Grayscale: #313131. Windows color (decimal): -7861981 or 2296200. OLE color: 2296200.
HSL color Cylindrical-coordinate representation of color #880923: hue angle of 347.72º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880923 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 35 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.47 |
| HSL | 347.72º | 0.88% | 0.28% | - |
| HSV(B) | 347.72º | 0.93% | 0.53% | - |
| XYZ | 10.55 | 5.55 | 2.11 | - |
| YUV | 49.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 35 | 0 | 0.93 | 0.74 | 0.47 | 347.72 | 0.88 | 0.28 |
| Hex | 88 | 9 | 23 | 0 | 5D | 4A | 2F | 15C | 58 | 1C |
| Octal | 210 | 11 | 43 | 0 | 135 | 112 | 57 | 534 | 130 | 34 |
| Binary | 10001000 | 1001 | 100011 | 0 | 1011101 | 1001010 | 101111 | 101011100 | 1011000 | 11100 |
Color Harmonies of #880923
Complementary color
Monochromatic Colors of #880923
Black with #880923
Text Example
Text Example
White with #880923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880923; }
p { color: rgb(136,9,35); }
H1.HeaderClassName
{
color: #880923;
}
.AnyTagClassName
{
color: #880923;
}
</style>
background-color css
<style>
a { background-color: #880923; }
a { background-color: rgb(136,9,35); }
div.DivClassName
{
background-color: #880923;
}
.BgClassName
{
background-color: #880923;
}
</style>
border-color css
<style>
span { border-color: #880923; }
span { border-color: rgb(136,9,35); }
td.TdClassName
{
border-color: #880923;
}
.TagClassName
{
border-color: #880923;
}
</style>