Shades of Burgundy #870C31
Tints of Burgundy #870C31
RGB
CMYK
RGB Variations
Color information
#870C31 (or 0x870C31) is known color: Burgundy. HEX triplet: 87, 0C and 31. RGB value is (135,12,49). Sum of RGB (Red+Green+Blue) = 135+12+49=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C31 is #78F3CE. Grayscale: #343434. Windows color (decimal): -7926735 or 3214471. OLE color: 3214471.
HSL color Cylindrical-coordinate representation of color #870C31: hue angle of 341.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C31 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 49 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.47 |
| HSL | 341.95º | 0.84% | 0.29% | - |
| HSV(B) | 341.95º | 0.91% | 0.53% | - |
| XYZ | 10.68 | 5.64 | 3.43 | - |
| YUV | 53 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 49 | 0 | 0.91 | 0.64 | 0.47 | 341.95 | 0.84 | 0.29 |
| Hex | 87 | C | 31 | 0 | 5B | 40 | 2F | 156 | 54 | 1D |
| Octal | 207 | 14 | 61 | 0 | 133 | 100 | 57 | 526 | 124 | 35 |
| Binary | 10000111 | 1100 | 110001 | 0 | 1011011 | 1000000 | 101111 | 101010110 | 1010100 | 11101 |
Color Harmonies of #870C31
Complementary color
Monochromatic Colors of #870C31
Black with #870C31
Text Example
Text Example
White with #870C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C31; }
p { color: rgb(135,12,49); }
H1.HeaderClassName
{
color: #870C31;
}
.AnyTagClassName
{
color: #870C31;
}
</style>
background-color css
<style>
a { background-color: #870C31; }
a { background-color: rgb(135,12,49); }
div.DivClassName
{
background-color: #870C31;
}
.BgClassName
{
background-color: #870C31;
}
</style>
border-color css
<style>
span { border-color: #870C31; }
span { border-color: rgb(135,12,49); }
td.TdClassName
{
border-color: #870C31;
}
.TagClassName
{
border-color: #870C31;
}
</style>