Shades of Disco #872241
Tints of Disco #872241
RGB
CMYK
RGB Variations
Color information
#872241 (or 0x872241) is known color: Disco. HEX triplet: 87, 22 and 41. RGB value is (135,34,65). Sum of RGB (Red+Green+Blue) = 135+34+65=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #872241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872241 is #78DDBE. Grayscale: #434343. Windows color (decimal): -7921087 or 4268679. OLE color: 4268679.
HSL color Cylindrical-coordinate representation of color #872241: hue angle of 341.58º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872241 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 65 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.47 |
| HSL | 341.58º | 0.6% | 0.33% | - |
| HSV(B) | 341.58º | 0.75% | 0.53% | - |
| XYZ | 11.52 | 6.68 | 5.68 | - |
| YUV | 67.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 65 | 0 | 0.75 | 0.52 | 0.47 | 341.58 | 0.6 | 0.33 |
| Hex | 87 | 22 | 41 | 0 | 4B | 34 | 2F | 156 | 3C | 21 |
| Octal | 207 | 42 | 101 | 0 | 113 | 64 | 57 | 526 | 74 | 41 |
| Binary | 10000111 | 100010 | 1000001 | 0 | 1001011 | 110100 | 101111 | 101010110 | 111100 | 100001 |
Color Harmonies of #872241
Complementary color
Monochromatic Colors of #872241
Black with #872241
Text Example
Text Example
White with #872241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872241; }
p { color: rgb(135,34,65); }
H1.HeaderClassName
{
color: #872241;
}
.AnyTagClassName
{
color: #872241;
}
</style>
background-color css
<style>
a { background-color: #872241; }
a { background-color: rgb(135,34,65); }
div.DivClassName
{
background-color: #872241;
}
.BgClassName
{
background-color: #872241;
}
</style>
border-color css
<style>
span { border-color: #872241; }
span { border-color: rgb(135,34,65); }
td.TdClassName
{
border-color: #872241;
}
.TagClassName
{
border-color: #872241;
}
</style>