Shades of Burgundy #880723
Tints of Burgundy #880723
RGB
CMYK
RGB Variations
Color information
#880723 (or 0x880723) is known color: Burgundy. HEX triplet: 88, 07 and 23. RGB value is (136,7,35). Sum of RGB (Red+Green+Blue) = 136+7+35=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880723 is #77F8DC. Grayscale: #303030. Windows color (decimal): -7862493 or 2295688. OLE color: 2295688.
HSL color Cylindrical-coordinate representation of color #880723: hue angle of 346.98º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880723 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 35 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.47 |
| HSL | 346.98º | 0.9% | 0.28% | - |
| HSV(B) | 346.98º | 0.95% | 0.53% | - |
| XYZ | 10.53 | 5.51 | 2.1 | - |
| YUV | 48.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 35 | 0 | 0.95 | 0.74 | 0.47 | 346.98 | 0.9 | 0.28 |
| Hex | 88 | 7 | 23 | 0 | 5F | 4A | 2F | 15B | 5A | 1C |
| Octal | 210 | 7 | 43 | 0 | 137 | 112 | 57 | 533 | 132 | 34 |
| Binary | 10001000 | 111 | 100011 | 0 | 1011111 | 1001010 | 101111 | 101011011 | 1011010 | 11100 |
Color Harmonies of #880723
Complementary color
Monochromatic Colors of #880723
Black with #880723
Text Example
Text Example
White with #880723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880723; }
p { color: rgb(136,7,35); }
H1.HeaderClassName
{
color: #880723;
}
.AnyTagClassName
{
color: #880723;
}
</style>
background-color css
<style>
a { background-color: #880723; }
a { background-color: rgb(136,7,35); }
div.DivClassName
{
background-color: #880723;
}
.BgClassName
{
background-color: #880723;
}
</style>
border-color css
<style>
span { border-color: #880723; }
span { border-color: rgb(136,7,35); }
td.TdClassName
{
border-color: #880723;
}
.TagClassName
{
border-color: #880723;
}
</style>