Shades of Disco #872F48
Tints of Disco #872F48
RGB
CMYK
RGB Variations
Color information
#872F48 (or 0x872F48) is known color: Disco. HEX triplet: 87, 2F and 48. RGB value is (135,47,72). Sum of RGB (Red+Green+Blue) = 135+47+72=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #872F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F48 is #78D0B7. Grayscale: #4C4C4C. Windows color (decimal): -7917752 or 4730759. OLE color: 4730759.
HSL color Cylindrical-coordinate representation of color #872F48: hue angle of 342.95º 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 #872F48 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 72 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.47 |
| HSL | 342.95º | 0.48% | 0.36% | - |
| HSV(B) | 342.95º | 0.65% | 0.53% | - |
| XYZ | 12.18 | 7.65 | 6.97 | - |
| YUV | 76.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 72 | 0 | 0.65 | 0.47 | 0.47 | 342.95 | 0.48 | 0.36 |
| Hex | 87 | 2F | 48 | 0 | 41 | 2F | 2F | 157 | 30 | 24 |
| Octal | 207 | 57 | 110 | 0 | 101 | 57 | 57 | 527 | 60 | 44 |
| Binary | 10000111 | 101111 | 1001000 | 0 | 1000001 | 101111 | 101111 | 101010111 | 110000 | 100100 |
Color Harmonies of #872F48
Complementary color
Monochromatic Colors of #872F48
Black with #872F48
Text Example
Text Example
White with #872F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F48; }
p { color: rgb(135,47,72); }
H1.HeaderClassName
{
color: #872F48;
}
.AnyTagClassName
{
color: #872F48;
}
</style>
background-color css
<style>
a { background-color: #872F48; }
a { background-color: rgb(135,47,72); }
div.DivClassName
{
background-color: #872F48;
}
.BgClassName
{
background-color: #872F48;
}
</style>
border-color css
<style>
span { border-color: #872F48; }
span { border-color: rgb(135,47,72); }
td.TdClassName
{
border-color: #872F48;
}
.TagClassName
{
border-color: #872F48;
}
</style>