Shades of Disco #86214C
Tints of Disco #86214C
RGB
CMYK
RGB Variations
Color information
#86214C (or 0x86214C) is known color: Disco. HEX triplet: 86, 21 and 4C. RGB value is (134,33,76). Sum of RGB (Red+Green+Blue) = 134+33+76=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86214C is #79DEB3. Grayscale: #444444. Windows color (decimal): -7986868 or 4989318. OLE color: 4989318.
HSL color Cylindrical-coordinate representation of color #86214C: hue angle of 334.46º 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 #86214C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 76 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.47 |
| HSL | 334.46º | 0.6% | 0.33% | - |
| HSV(B) | 334.46º | 0.75% | 0.53% | - |
| XYZ | 11.68 | 6.68 | 7.51 | - |
| YUV | 68.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 76 | 0 | 0.75 | 0.43 | 0.47 | 334.46 | 0.6 | 0.33 |
| Hex | 86 | 21 | 4C | 0 | 4B | 2B | 2F | 14E | 3C | 21 |
| Octal | 206 | 41 | 114 | 0 | 113 | 53 | 57 | 516 | 74 | 41 |
| Binary | 10000110 | 100001 | 1001100 | 0 | 1001011 | 101011 | 101111 | 101001110 | 111100 | 100001 |
Color Harmonies of #86214C
Complementary color
Monochromatic Colors of #86214C
Black with #86214C
Text Example
Text Example
White with #86214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86214C; }
p { color: rgb(134,33,76); }
H1.HeaderClassName
{
color: #86214C;
}
.AnyTagClassName
{
color: #86214C;
}
</style>
background-color css
<style>
a { background-color: #86214C; }
a { background-color: rgb(134,33,76); }
div.DivClassName
{
background-color: #86214C;
}
.BgClassName
{
background-color: #86214C;
}
</style>
border-color css
<style>
span { border-color: #86214C; }
span { border-color: rgb(134,33,76); }
td.TdClassName
{
border-color: #86214C;
}
.TagClassName
{
border-color: #86214C;
}
</style>