Shades of Disco #85234B
Tints of Disco #85234B
RGB
CMYK
RGB Variations
Color information
#85234B (or 0x85234B) is known color: Disco. HEX triplet: 85, 23 and 4B. RGB value is (133,35,75). Sum of RGB (Red+Green+Blue) = 133+35+75=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85234B is #7ADCB4. Grayscale: #444444. Windows color (decimal): -8051893 or 4924293. OLE color: 4924293.
HSL color Cylindrical-coordinate representation of color #85234B: hue angle of 335.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85234B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 75 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.48 |
| HSL | 335.51º | 0.58% | 0.33% | - |
| HSV(B) | 335.51º | 0.74% | 0.52% | - |
| XYZ | 11.54 | 6.7 | 7.34 | - |
| YUV | 68.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 75 | 0 | 0.74 | 0.44 | 0.48 | 335.51 | 0.58 | 0.33 |
| Hex | 85 | 23 | 4B | 0 | 4A | 2C | 30 | 150 | 3A | 21 |
| Octal | 205 | 43 | 113 | 0 | 112 | 54 | 60 | 520 | 72 | 41 |
| Binary | 10000101 | 100011 | 1001011 | 0 | 1001010 | 101100 | 110000 | 101010000 | 111010 | 100001 |
Color Harmonies of #85234B
Complementary color
Monochromatic Colors of #85234B
Black with #85234B
Text Example
Text Example
White with #85234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85234B; }
p { color: rgb(133,35,75); }
H1.HeaderClassName
{
color: #85234B;
}
.AnyTagClassName
{
color: #85234B;
}
</style>
background-color css
<style>
a { background-color: #85234B; }
a { background-color: rgb(133,35,75); }
div.DivClassName
{
background-color: #85234B;
}
.BgClassName
{
background-color: #85234B;
}
</style>
border-color css
<style>
span { border-color: #85234B; }
span { border-color: rgb(133,35,75); }
td.TdClassName
{
border-color: #85234B;
}
.TagClassName
{
border-color: #85234B;
}
</style>