Shades of Disco #87274A
Tints of Disco #87274A
RGB
CMYK
RGB Variations
Color information
#87274A (or 0x87274A) is known color: Disco. HEX triplet: 87, 27 and 4A. RGB value is (135,39,74). Sum of RGB (Red+Green+Blue) = 135+39+74=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87274A is #78D8B5. Grayscale: #474747. Windows color (decimal): -7919798 or 4859783. OLE color: 4859783.
HSL color Cylindrical-coordinate representation of color #87274A: hue angle of 338.12º 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 #87274A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 74 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.47 |
| HSL | 338.13º | 0.55% | 0.34% | - |
| HSV(B) | 338.13º | 0.71% | 0.53% | - |
| XYZ | 11.95 | 7.1 | 7.22 | - |
| YUV | 71.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 74 | 0 | 0.71 | 0.45 | 0.47 | 338.13 | 0.55 | 0.34 |
| Hex | 87 | 27 | 4A | 0 | 47 | 2D | 2F | 152 | 37 | 22 |
| Octal | 207 | 47 | 112 | 0 | 107 | 55 | 57 | 522 | 67 | 42 |
| Binary | 10000111 | 100111 | 1001010 | 0 | 1000111 | 101101 | 101111 | 101010010 | 110111 | 100010 |
Color Harmonies of #87274A
Complementary color
Monochromatic Colors of #87274A
Black with #87274A
Text Example
Text Example
White with #87274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87274A; }
p { color: rgb(135,39,74); }
H1.HeaderClassName
{
color: #87274A;
}
.AnyTagClassName
{
color: #87274A;
}
</style>
background-color css
<style>
a { background-color: #87274A; }
a { background-color: rgb(135,39,74); }
div.DivClassName
{
background-color: #87274A;
}
.BgClassName
{
background-color: #87274A;
}
</style>
border-color css
<style>
span { border-color: #87274A; }
span { border-color: rgb(135,39,74); }
td.TdClassName
{
border-color: #87274A;
}
.TagClassName
{
border-color: #87274A;
}
</style>