Shades of Disco #85324B
Tints of Disco #85324B
RGB
CMYK
RGB Variations
Color information
#85324B (or 0x85324B) is known color: Disco. HEX triplet: 85, 32 and 4B. RGB value is (133,50,75). Sum of RGB (Red+Green+Blue) = 133+50+75=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85324B is #7ACDB4. Grayscale: #4D4D4D. Windows color (decimal): -8048053 or 4928133. OLE color: 4928133.
HSL color Cylindrical-coordinate representation of color #85324B: hue angle of 341.93º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85324B is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 75 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.48 |
| HSL | 341.93º | 0.45% | 0.36% | - |
| HSV(B) | 341.93º | 0.62% | 0.52% | - |
| XYZ | 12.08 | 7.78 | 7.52 | - |
| YUV | 77.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 75 | 0 | 0.62 | 0.44 | 0.48 | 341.93 | 0.45 | 0.36 |
| Hex | 85 | 32 | 4B | 0 | 3E | 2C | 30 | 156 | 2D | 24 |
| Octal | 205 | 62 | 113 | 0 | 76 | 54 | 60 | 526 | 55 | 44 |
| Binary | 10000101 | 110010 | 1001011 | 0 | 111110 | 101100 | 110000 | 101010110 | 101101 | 100100 |
Color Harmonies of #85324B
Complementary color
Monochromatic Colors of #85324B
Black with #85324B
Text Example
Text Example
White with #85324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85324B; }
p { color: rgb(133,50,75); }
H1.HeaderClassName
{
color: #85324B;
}
.AnyTagClassName
{
color: #85324B;
}
</style>
background-color css
<style>
a { background-color: #85324B; }
a { background-color: rgb(133,50,75); }
div.DivClassName
{
background-color: #85324B;
}
.BgClassName
{
background-color: #85324B;
}
</style>
border-color css
<style>
span { border-color: #85324B; }
span { border-color: rgb(133,50,75); }
td.TdClassName
{
border-color: #85324B;
}
.TagClassName
{
border-color: #85324B;
}
</style>