Shades of Disco #872243
Tints of Disco #872243
RGB
CMYK
RGB Variations
Color information
#872243 (or 0x872243) is known color: Disco. HEX triplet: 87, 22 and 43. RGB value is (135,34,67). Sum of RGB (Red+Green+Blue) = 135+34+67=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #872243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872243 is #78DDBC. Grayscale: #434343. Windows color (decimal): -7921085 or 4399751. OLE color: 4399751.
HSL color Cylindrical-coordinate representation of color #872243: hue angle of 340.4º 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 #872243 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 67 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.47 |
| HSL | 340.4º | 0.6% | 0.33% | - |
| HSV(B) | 340.4º | 0.75% | 0.53% | - |
| XYZ | 11.58 | 6.7 | 5.99 | - |
| YUV | 67.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 67 | 0 | 0.75 | 0.50 | 0.47 | 340.4 | 0.6 | 0.33 |
| Hex | 87 | 22 | 43 | 0 | 4B | 32 | 2F | 154 | 3C | 21 |
| Octal | 207 | 42 | 103 | 0 | 113 | 62 | 57 | 524 | 74 | 41 |
| Binary | 10000111 | 100010 | 1000011 | 0 | 1001011 | 110010 | 101111 | 101010100 | 111100 | 100001 |
Color Harmonies of #872243
Complementary color
Monochromatic Colors of #872243
Black with #872243
Text Example
Text Example
White with #872243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872243; }
p { color: rgb(135,34,67); }
H1.HeaderClassName
{
color: #872243;
}
.AnyTagClassName
{
color: #872243;
}
</style>
background-color css
<style>
a { background-color: #872243; }
a { background-color: rgb(135,34,67); }
div.DivClassName
{
background-color: #872243;
}
.BgClassName
{
background-color: #872243;
}
</style>
border-color css
<style>
span { border-color: #872243; }
span { border-color: rgb(135,34,67); }
td.TdClassName
{
border-color: #872243;
}
.TagClassName
{
border-color: #872243;
}
</style>