Shades of Disco #872E4D
Tints of Disco #872E4D
RGB
CMYK
RGB Variations
Color information
#872E4D (or 0x872E4D) is known color: Disco. HEX triplet: 87, 2E and 4D. RGB value is (135,46,77). Sum of RGB (Red+Green+Blue) = 135+46+77=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #872E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E4D is #78D1B2. Grayscale: #4C4C4C. Windows color (decimal): -7918003 or 5058183. OLE color: 5058183.
HSL color Cylindrical-coordinate representation of color #872E4D: hue angle of 339.1º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E4D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 77 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.47 |
| HSL | 339.1º | 0.49% | 0.35% | - |
| HSV(B) | 339.1º | 0.66% | 0.53% | - |
| XYZ | 12.31 | 7.64 | 7.85 | - |
| YUV | 76.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 77 | 0 | 0.66 | 0.43 | 0.47 | 339.1 | 0.49 | 0.35 |
| Hex | 87 | 2E | 4D | 0 | 42 | 2B | 2F | 153 | 31 | 23 |
| Octal | 207 | 56 | 115 | 0 | 102 | 53 | 57 | 523 | 61 | 43 |
| Binary | 10000111 | 101110 | 1001101 | 0 | 1000010 | 101011 | 101111 | 101010011 | 110001 | 100011 |
Color Harmonies of #872E4D
Complementary color
Monochromatic Colors of #872E4D
Black with #872E4D
Text Example
Text Example
White with #872E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E4D; }
p { color: rgb(135,46,77); }
H1.HeaderClassName
{
color: #872E4D;
}
.AnyTagClassName
{
color: #872E4D;
}
</style>
background-color css
<style>
a { background-color: #872E4D; }
a { background-color: rgb(135,46,77); }
div.DivClassName
{
background-color: #872E4D;
}
.BgClassName
{
background-color: #872E4D;
}
</style>
border-color css
<style>
span { border-color: #872E4D; }
span { border-color: rgb(135,46,77); }
td.TdClassName
{
border-color: #872E4D;
}
.TagClassName
{
border-color: #872E4D;
}
</style>