Shades of Disco #87274D
Tints of Disco #87274D
RGB
CMYK
RGB Variations
Color information
#87274D (or 0x87274D) is known color: Disco. HEX triplet: 87, 27 and 4D. RGB value is (135,39,77). Sum of RGB (Red+Green+Blue) = 135+39+77=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87274D is #78D8B2. Grayscale: #474747. Windows color (decimal): -7919795 or 5056391. OLE color: 5056391.
HSL color Cylindrical-coordinate representation of color #87274D: hue angle of 336.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87274D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 77 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.47 |
| HSL | 336.25º | 0.55% | 0.34% | - |
| HSV(B) | 336.25º | 0.71% | 0.53% | - |
| XYZ | 12.06 | 7.14 | 7.76 | - |
| YUV | 72.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 77 | 0 | 0.71 | 0.43 | 0.47 | 336.25 | 0.55 | 0.34 |
| Hex | 87 | 27 | 4D | 0 | 47 | 2B | 2F | 150 | 37 | 22 |
| Octal | 207 | 47 | 115 | 0 | 107 | 53 | 57 | 520 | 67 | 42 |
| Binary | 10000111 | 100111 | 1001101 | 0 | 1000111 | 101011 | 101111 | 101010000 | 110111 | 100010 |
Color Harmonies of #87274D
Complementary color
Monochromatic Colors of #87274D
Black with #87274D
Text Example
Text Example
White with #87274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87274D; }
p { color: rgb(135,39,77); }
H1.HeaderClassName
{
color: #87274D;
}
.AnyTagClassName
{
color: #87274D;
}
</style>
background-color css
<style>
a { background-color: #87274D; }
a { background-color: rgb(135,39,77); }
div.DivClassName
{
background-color: #87274D;
}
.BgClassName
{
background-color: #87274D;
}
</style>
border-color css
<style>
span { border-color: #87274D; }
span { border-color: rgb(135,39,77); }
td.TdClassName
{
border-color: #87274D;
}
.TagClassName
{
border-color: #87274D;
}
</style>