Shades of Disco #85314D
Tints of Disco #85314D
RGB
CMYK
RGB Variations
Color information
#85314D (or 0x85314D) is known color: Disco. HEX triplet: 85, 31 and 4D. RGB value is (133,49,77). Sum of RGB (Red+Green+Blue) = 133+49+77=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85314D is #7ACEB2. Grayscale: #4D4D4D. Windows color (decimal): -8048307 or 5058949. OLE color: 5058949.
HSL color Cylindrical-coordinate representation of color #85314D: hue angle of 340º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85314D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 77 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.48 |
| HSL | 340º | 0.46% | 0.36% | - |
| HSV(B) | 340º | 0.63% | 0.52% | - |
| XYZ | 12.11 | 7.72 | 7.87 | - |
| YUV | 77.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 77 | 0 | 0.63 | 0.42 | 0.48 | 340 | 0.46 | 0.36 |
| Hex | 85 | 31 | 4D | 0 | 3F | 2A | 30 | 154 | 2E | 24 |
| Octal | 205 | 61 | 115 | 0 | 77 | 52 | 60 | 524 | 56 | 44 |
| Binary | 10000101 | 110001 | 1001101 | 0 | 111111 | 101010 | 110000 | 101010100 | 101110 | 100100 |
Color Harmonies of #85314D
Complementary color
Monochromatic Colors of #85314D
Black with #85314D
Text Example
Text Example
White with #85314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85314D; }
p { color: rgb(133,49,77); }
H1.HeaderClassName
{
color: #85314D;
}
.AnyTagClassName
{
color: #85314D;
}
</style>
background-color css
<style>
a { background-color: #85314D; }
a { background-color: rgb(133,49,77); }
div.DivClassName
{
background-color: #85314D;
}
.BgClassName
{
background-color: #85314D;
}
</style>
border-color css
<style>
span { border-color: #85314D; }
span { border-color: rgb(133,49,77); }
td.TdClassName
{
border-color: #85314D;
}
.TagClassName
{
border-color: #85314D;
}
</style>