Shades of Disco #872F4A
Tints of Disco #872F4A
RGB
CMYK
RGB Variations
Color information
#872F4A (or 0x872F4A) is known color: Disco. HEX triplet: 87, 2F and 4A. RGB value is (135,47,74). Sum of RGB (Red+Green+Blue) = 135+47+74=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #872F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F4A is #78D0B5. Grayscale: #4C4C4C. Windows color (decimal): -7917750 or 4861831. OLE color: 4861831.
HSL color Cylindrical-coordinate representation of color #872F4A: hue angle of 341.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F4A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 74 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.47 |
| HSL | 341.59º | 0.48% | 0.36% | - |
| HSV(B) | 341.59º | 0.65% | 0.53% | - |
| XYZ | 12.24 | 7.68 | 7.32 | - |
| YUV | 76.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 74 | 0 | 0.65 | 0.45 | 0.47 | 341.59 | 0.48 | 0.36 |
| Hex | 87 | 2F | 4A | 0 | 41 | 2D | 2F | 156 | 30 | 24 |
| Octal | 207 | 57 | 112 | 0 | 101 | 55 | 57 | 526 | 60 | 44 |
| Binary | 10000111 | 101111 | 1001010 | 0 | 1000001 | 101101 | 101111 | 101010110 | 110000 | 100100 |
Color Harmonies of #872F4A
Complementary color
Monochromatic Colors of #872F4A
Black with #872F4A
Text Example
Text Example
White with #872F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F4A; }
p { color: rgb(135,47,74); }
H1.HeaderClassName
{
color: #872F4A;
}
.AnyTagClassName
{
color: #872F4A;
}
</style>
background-color css
<style>
a { background-color: #872F4A; }
a { background-color: rgb(135,47,74); }
div.DivClassName
{
background-color: #872F4A;
}
.BgClassName
{
background-color: #872F4A;
}
</style>
border-color css
<style>
span { border-color: #872F4A; }
span { border-color: rgb(135,47,74); }
td.TdClassName
{
border-color: #872F4A;
}
.TagClassName
{
border-color: #872F4A;
}
</style>