Shades of Disco #872644
Tints of Disco #872644
RGB
CMYK
RGB Variations
Color information
#872644 (or 0x872644) is known color: Disco. HEX triplet: 87, 26 and 44. RGB value is (135,38,68). Sum of RGB (Red+Green+Blue) = 135+38+68=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872644 is #78D9BB. Grayscale: #464646. Windows color (decimal): -7920060 or 4466311. OLE color: 4466311.
HSL color Cylindrical-coordinate representation of color #872644: hue angle of 341.44º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872644 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 68 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.47 |
| HSL | 341.44º | 0.56% | 0.34% | - |
| HSV(B) | 341.44º | 0.72% | 0.53% | - |
| XYZ | 11.73 | 6.95 | 6.19 | - |
| YUV | 70.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 68 | 0 | 0.72 | 0.50 | 0.47 | 341.44 | 0.56 | 0.34 |
| Hex | 87 | 26 | 44 | 0 | 48 | 32 | 2F | 155 | 38 | 22 |
| Octal | 207 | 46 | 104 | 0 | 110 | 62 | 57 | 525 | 70 | 42 |
| Binary | 10000111 | 100110 | 1000100 | 0 | 1001000 | 110010 | 101111 | 101010101 | 111000 | 100010 |
Color Harmonies of #872644
Complementary color
Monochromatic Colors of #872644
Black with #872644
Text Example
Text Example
White with #872644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872644; }
p { color: rgb(135,38,68); }
H1.HeaderClassName
{
color: #872644;
}
.AnyTagClassName
{
color: #872644;
}
</style>
background-color css
<style>
a { background-color: #872644; }
a { background-color: rgb(135,38,68); }
div.DivClassName
{
background-color: #872644;
}
.BgClassName
{
background-color: #872644;
}
</style>
border-color css
<style>
span { border-color: #872644; }
span { border-color: rgb(135,38,68); }
td.TdClassName
{
border-color: #872644;
}
.TagClassName
{
border-color: #872644;
}
</style>