Shades of Disco #85184B
Tints of Disco #85184B
RGB
CMYK
RGB Variations
Color information
#85184B (or 0x85184B) is known color: Disco. HEX triplet: 85, 18 and 4B. RGB value is (133,24,75). Sum of RGB (Red+Green+Blue) = 133+24+75=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85184B is #7AE7B4. Grayscale: #3E3E3E. Windows color (decimal): -8054709 or 4921477. OLE color: 4921477.
HSL color Cylindrical-coordinate representation of color #85184B: hue angle of 331.93º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85184B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 75 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.48 |
| HSL | 331.93º | 0.69% | 0.31% | - |
| HSV(B) | 331.93º | 0.82% | 0.52% | - |
| XYZ | 11.27 | 6.15 | 7.25 | - |
| YUV | 62.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 75 | 0 | 0.82 | 0.44 | 0.48 | 331.93 | 0.69 | 0.31 |
| Hex | 85 | 18 | 4B | 0 | 52 | 2C | 30 | 14C | 45 | 1F |
| Octal | 205 | 30 | 113 | 0 | 122 | 54 | 60 | 514 | 105 | 37 |
| Binary | 10000101 | 11000 | 1001011 | 0 | 1010010 | 101100 | 110000 | 101001100 | 1000101 | 11111 |
Color Harmonies of #85184B
Complementary color
Monochromatic Colors of #85184B
Black with #85184B
Text Example
Text Example
White with #85184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85184B; }
p { color: rgb(133,24,75); }
H1.HeaderClassName
{
color: #85184B;
}
.AnyTagClassName
{
color: #85184B;
}
</style>
background-color css
<style>
a { background-color: #85184B; }
a { background-color: rgb(133,24,75); }
div.DivClassName
{
background-color: #85184B;
}
.BgClassName
{
background-color: #85184B;
}
</style>
border-color css
<style>
span { border-color: #85184B; }
span { border-color: rgb(133,24,75); }
td.TdClassName
{
border-color: #85184B;
}
.TagClassName
{
border-color: #85184B;
}
</style>