Shades of Disco #862A4E
Tints of Disco #862A4E
RGB
CMYK
RGB Variations
Color information
#862A4E (or 0x862A4E) is known color: Disco. HEX triplet: 86, 2A and 4E. RGB value is (134,42,78). Sum of RGB (Red+Green+Blue) = 134+42+78=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #862A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862A4E is #79D5B1. Grayscale: #494949. Windows color (decimal): -7984562 or 5122694. OLE color: 5122694.
HSL color Cylindrical-coordinate representation of color #862A4E: hue angle of 336.52º degrees, saturation: 0.52, 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 #862A4E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 42 | 78 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.47 |
| HSL | 336.52º | 0.52% | 0.35% | - |
| HSV(B) | 336.52º | 0.69% | 0.53% | - |
| XYZ | 12.03 | 7.27 | 7.98 | - |
| YUV | 73.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 78 | 0 | 0.69 | 0.42 | 0.47 | 336.52 | 0.52 | 0.35 |
| Hex | 86 | 2A | 4E | 0 | 45 | 2A | 2F | 151 | 34 | 23 |
| Octal | 206 | 52 | 116 | 0 | 105 | 52 | 57 | 521 | 64 | 43 |
| Binary | 10000110 | 101010 | 1001110 | 0 | 1000101 | 101010 | 101111 | 101010001 | 110100 | 100011 |
Color Harmonies of #862A4E
Complementary color
Monochromatic Colors of #862A4E
Black with #862A4E
Text Example
Text Example
White with #862A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A4E; }
p { color: rgb(134,42,78); }
H1.HeaderClassName
{
color: #862A4E;
}
.AnyTagClassName
{
color: #862A4E;
}
</style>
background-color css
<style>
a { background-color: #862A4E; }
a { background-color: rgb(134,42,78); }
div.DivClassName
{
background-color: #862A4E;
}
.BgClassName
{
background-color: #862A4E;
}
</style>
border-color css
<style>
span { border-color: #862A4E; }
span { border-color: rgb(134,42,78); }
td.TdClassName
{
border-color: #862A4E;
}
.TagClassName
{
border-color: #862A4E;
}
</style>