Shades of Disco #86264A
Tints of Disco #86264A
RGB
CMYK
RGB Variations
Color information
#86264A (or 0x86264A) is known color: Disco. HEX triplet: 86, 26 and 4A. RGB value is (134,38,74). Sum of RGB (Red+Green+Blue) = 134+38+74=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86264A is #79D9B5. Grayscale: #464646. Windows color (decimal): -7985590 or 4859526. OLE color: 4859526.
HSL color Cylindrical-coordinate representation of color #86264A: hue angle of 337.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86264A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 74 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.47 |
| HSL | 337.5º | 0.56% | 0.34% | - |
| HSV(B) | 337.5º | 0.72% | 0.53% | - |
| XYZ | 11.76 | 6.95 | 7.2 | - |
| YUV | 70.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 74 | 0 | 0.72 | 0.45 | 0.47 | 337.5 | 0.56 | 0.34 |
| Hex | 86 | 26 | 4A | 0 | 48 | 2D | 2F | 152 | 38 | 22 |
| Octal | 206 | 46 | 112 | 0 | 110 | 55 | 57 | 522 | 70 | 42 |
| Binary | 10000110 | 100110 | 1001010 | 0 | 1001000 | 101101 | 101111 | 101010010 | 111000 | 100010 |
Color Harmonies of #86264A
Complementary color
Monochromatic Colors of #86264A
Black with #86264A
Text Example
Text Example
White with #86264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86264A; }
p { color: rgb(134,38,74); }
H1.HeaderClassName
{
color: #86264A;
}
.AnyTagClassName
{
color: #86264A;
}
</style>
background-color css
<style>
a { background-color: #86264A; }
a { background-color: rgb(134,38,74); }
div.DivClassName
{
background-color: #86264A;
}
.BgClassName
{
background-color: #86264A;
}
</style>
border-color css
<style>
span { border-color: #86264A; }
span { border-color: rgb(134,38,74); }
td.TdClassName
{
border-color: #86264A;
}
.TagClassName
{
border-color: #86264A;
}
</style>