Shades of Disco #86294B
Tints of Disco #86294B
RGB
CMYK
RGB Variations
Color information
#86294B (or 0x86294B) is known color: Disco. HEX triplet: 86, 29 and 4B. RGB value is (134,41,75). Sum of RGB (Red+Green+Blue) = 134+41+75=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86294B is #79D6B4. Grayscale: #484848. Windows color (decimal): -7984821 or 4925830. OLE color: 4925830.
HSL color Cylindrical-coordinate representation of color #86294B: hue angle of 338.06º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86294B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 75 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.47 |
| HSL | 338.06º | 0.53% | 0.34% | - |
| HSV(B) | 338.06º | 0.69% | 0.53% | - |
| XYZ | 11.89 | 7.16 | 7.41 | - |
| YUV | 72.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 75 | 0 | 0.69 | 0.44 | 0.47 | 338.06 | 0.53 | 0.34 |
| Hex | 86 | 29 | 4B | 0 | 45 | 2C | 2F | 152 | 35 | 22 |
| Octal | 206 | 51 | 113 | 0 | 105 | 54 | 57 | 522 | 65 | 42 |
| Binary | 10000110 | 101001 | 1001011 | 0 | 1000101 | 101100 | 101111 | 101010010 | 110101 | 100010 |
Color Harmonies of #86294B
Complementary color
Monochromatic Colors of #86294B
Black with #86294B
Text Example
Text Example
White with #86294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86294B; }
p { color: rgb(134,41,75); }
H1.HeaderClassName
{
color: #86294B;
}
.AnyTagClassName
{
color: #86294B;
}
</style>
background-color css
<style>
a { background-color: #86294B; }
a { background-color: rgb(134,41,75); }
div.DivClassName
{
background-color: #86294B;
}
.BgClassName
{
background-color: #86294B;
}
</style>
border-color css
<style>
span { border-color: #86294B; }
span { border-color: rgb(134,41,75); }
td.TdClassName
{
border-color: #86294B;
}
.TagClassName
{
border-color: #86294B;
}
</style>