Shades of Burgundy #880325
Tints of Burgundy #880325
RGB
CMYK
RGB Variations
Color information
#880325 (or 0x880325) is known color: Burgundy. HEX triplet: 88, 03 and 25. RGB value is (136,3,37). Sum of RGB (Red+Green+Blue) = 136+3+37=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880325 is #77FCDA. Grayscale: #2E2E2E. Windows color (decimal): -7863515 or 2425736. OLE color: 2425736.
HSL color Cylindrical-coordinate representation of color #880325: hue angle of 344.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880325 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.47 |
| HSL | 344.66º | 0.96% | 0.27% | - |
| HSV(B) | 344.66º | 0.98% | 0.53% | - |
| XYZ | 10.52 | 5.43 | 2.24 | - |
| YUV | 46.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 37 | 0 | 0.98 | 0.73 | 0.47 | 344.66 | 0.96 | 0.27 |
| Hex | 88 | 3 | 25 | 0 | 62 | 49 | 2F | 159 | 60 | 1B |
| Octal | 210 | 3 | 45 | 0 | 142 | 111 | 57 | 531 | 140 | 33 |
| Binary | 10001000 | 11 | 100101 | 0 | 1100010 | 1001001 | 101111 | 101011001 | 1100000 | 11011 |
Color Harmonies of #880325
Complementary color
Monochromatic Colors of #880325
Black with #880325
Text Example
Text Example
White with #880325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880325; }
p { color: rgb(136,3,37); }
H1.HeaderClassName
{
color: #880325;
}
.AnyTagClassName
{
color: #880325;
}
</style>
background-color css
<style>
a { background-color: #880325; }
a { background-color: rgb(136,3,37); }
div.DivClassName
{
background-color: #880325;
}
.BgClassName
{
background-color: #880325;
}
</style>
border-color css
<style>
span { border-color: #880325; }
span { border-color: rgb(136,3,37); }
td.TdClassName
{
border-color: #880325;
}
.TagClassName
{
border-color: #880325;
}
</style>