Shades of Disco #853250
Tints of Disco #853250
RGB
CMYK
RGB Variations
Color information
#853250 (or 0x853250) is known color: Disco. HEX triplet: 85, 32 and 50. RGB value is (133,50,80). Sum of RGB (Red+Green+Blue) = 133+50+80=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853250 is #7ACDAF. Grayscale: #4E4E4E. Windows color (decimal): -8048048 or 5255813. OLE color: 5255813.
HSL color Cylindrical-coordinate representation of color #853250: hue angle of 338.31º 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 #853250 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 80 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.48 |
| HSL | 338.31º | 0.45% | 0.36% | - |
| HSV(B) | 338.31º | 0.62% | 0.52% | - |
| XYZ | 12.26 | 7.85 | 8.46 | - |
| YUV | 78.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 80 | 0 | 0.62 | 0.40 | 0.48 | 338.31 | 0.45 | 0.36 |
| Hex | 85 | 32 | 50 | 0 | 3E | 28 | 30 | 152 | 2D | 24 |
| Octal | 205 | 62 | 120 | 0 | 76 | 50 | 60 | 522 | 55 | 44 |
| Binary | 10000101 | 110010 | 1010000 | 0 | 111110 | 101000 | 110000 | 101010010 | 101101 | 100100 |
Color Harmonies of #853250
Complementary color
Monochromatic Colors of #853250
Black with #853250
Text Example
Text Example
White with #853250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853250; }
p { color: rgb(133,50,80); }
H1.HeaderClassName
{
color: #853250;
}
.AnyTagClassName
{
color: #853250;
}
</style>
background-color css
<style>
a { background-color: #853250; }
a { background-color: rgb(133,50,80); }
div.DivClassName
{
background-color: #853250;
}
.BgClassName
{
background-color: #853250;
}
</style>
border-color css
<style>
span { border-color: #853250; }
span { border-color: rgb(133,50,80); }
td.TdClassName
{
border-color: #853250;
}
.TagClassName
{
border-color: #853250;
}
</style>