Shades of Disco #85144B
Tints of Disco #85144B
RGB
CMYK
RGB Variations
Color information
#85144B (or 0x85144B) is known color: Disco. HEX triplet: 85, 14 and 4B. RGB value is (133,20,75). Sum of RGB (Red+Green+Blue) = 133+20+75=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85144B is #7AEBB4. Grayscale: #3B3B3B. Windows color (decimal): -8055733 or 4920453. OLE color: 4920453.
HSL color Cylindrical-coordinate representation of color #85144B: hue angle of 330.8º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85144B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 75 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.48 |
| HSL | 330.8º | 0.74% | 0.3% | - |
| HSV(B) | 330.8º | 0.85% | 0.52% | - |
| XYZ | 11.19 | 5.99 | 7.22 | - |
| YUV | 60.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 75 | 0 | 0.85 | 0.44 | 0.48 | 330.8 | 0.74 | 0.3 |
| Hex | 85 | 14 | 4B | 0 | 55 | 2C | 30 | 14B | 4A | 1E |
| Octal | 205 | 24 | 113 | 0 | 125 | 54 | 60 | 513 | 112 | 36 |
| Binary | 10000101 | 10100 | 1001011 | 0 | 1010101 | 101100 | 110000 | 101001011 | 1001010 | 11110 |
Color Harmonies of #85144B
Complementary color
Monochromatic Colors of #85144B
Black with #85144B
Text Example
Text Example
White with #85144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85144B; }
p { color: rgb(133,20,75); }
H1.HeaderClassName
{
color: #85144B;
}
.AnyTagClassName
{
color: #85144B;
}
</style>
background-color css
<style>
a { background-color: #85144B; }
a { background-color: rgb(133,20,75); }
div.DivClassName
{
background-color: #85144B;
}
.BgClassName
{
background-color: #85144B;
}
</style>
border-color css
<style>
span { border-color: #85144B; }
span { border-color: rgb(133,20,75); }
td.TdClassName
{
border-color: #85144B;
}
.TagClassName
{
border-color: #85144B;
}
</style>