Shades of Disco #872A4A
Tints of Disco #872A4A
RGB
CMYK
RGB Variations
Color information
#872A4A (or 0x872A4A) is known color: Disco. HEX triplet: 87, 2A and 4A. RGB value is (135,42,74). Sum of RGB (Red+Green+Blue) = 135+42+74=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #872A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A4A is #78D5B5. Grayscale: #494949. Windows color (decimal): -7919030 or 4860551. OLE color: 4860551.
HSL color Cylindrical-coordinate representation of color #872A4A: hue angle of 339.35º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A4A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 74 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.47 |
| HSL | 339.35º | 0.53% | 0.35% | - |
| HSV(B) | 339.35º | 0.69% | 0.53% | - |
| XYZ | 12.06 | 7.3 | 7.25 | - |
| YUV | 73.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 74 | 0 | 0.69 | 0.45 | 0.47 | 339.35 | 0.53 | 0.35 |
| Hex | 87 | 2A | 4A | 0 | 45 | 2D | 2F | 153 | 35 | 23 |
| Octal | 207 | 52 | 112 | 0 | 105 | 55 | 57 | 523 | 65 | 43 |
| Binary | 10000111 | 101010 | 1001010 | 0 | 1000101 | 101101 | 101111 | 101010011 | 110101 | 100011 |
Color Harmonies of #872A4A
Complementary color
Monochromatic Colors of #872A4A
Black with #872A4A
Text Example
Text Example
White with #872A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A4A; }
p { color: rgb(135,42,74); }
H1.HeaderClassName
{
color: #872A4A;
}
.AnyTagClassName
{
color: #872A4A;
}
</style>
background-color css
<style>
a { background-color: #872A4A; }
a { background-color: rgb(135,42,74); }
div.DivClassName
{
background-color: #872A4A;
}
.BgClassName
{
background-color: #872A4A;
}
</style>
border-color css
<style>
span { border-color: #872A4A; }
span { border-color: rgb(135,42,74); }
td.TdClassName
{
border-color: #872A4A;
}
.TagClassName
{
border-color: #872A4A;
}
</style>