Shades of Disco #85183F
Tints of Disco #85183F
RGB
CMYK
RGB Variations
Color information
#85183F (or 0x85183F) is known color: Disco. HEX triplet: 85, 18 and 3F. RGB value is (133,24,63). Sum of RGB (Red+Green+Blue) = 133+24+63=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #85183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85183F is #7AE7C0. Grayscale: #3C3C3C. Windows color (decimal): -8054721 or 4135045. OLE color: 4135045.
HSL color Cylindrical-coordinate representation of color #85183F: hue angle of 338.53º 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 #85183F is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 63 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.48 |
| HSL | 338.53º | 0.69% | 0.31% | - |
| HSV(B) | 338.53º | 0.82% | 0.52% | - |
| XYZ | 10.9 | 6 | 5.29 | - |
| YUV | 61.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 63 | 0 | 0.82 | 0.53 | 0.48 | 338.53 | 0.69 | 0.31 |
| Hex | 85 | 18 | 3F | 0 | 52 | 35 | 30 | 153 | 45 | 1F |
| Octal | 205 | 30 | 77 | 0 | 122 | 65 | 60 | 523 | 105 | 37 |
| Binary | 10000101 | 11000 | 111111 | 0 | 1010010 | 110101 | 110000 | 101010011 | 1000101 | 11111 |
Color Harmonies of #85183F
Complementary color
Monochromatic Colors of #85183F
Black with #85183F
Text Example
Text Example
White with #85183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85183F; }
p { color: rgb(133,24,63); }
H1.HeaderClassName
{
color: #85183F;
}
.AnyTagClassName
{
color: #85183F;
}
</style>
background-color css
<style>
a { background-color: #85183F; }
a { background-color: rgb(133,24,63); }
div.DivClassName
{
background-color: #85183F;
}
.BgClassName
{
background-color: #85183F;
}
</style>
border-color css
<style>
span { border-color: #85183F; }
span { border-color: rgb(133,24,63); }
td.TdClassName
{
border-color: #85183F;
}
.TagClassName
{
border-color: #85183F;
}
</style>