Shades of Disco #85264A
Tints of Disco #85264A
RGB
CMYK
RGB Variations
Color information
#85264A (or 0x85264A) is known color: Disco. HEX triplet: 85, 26 and 4A. RGB value is (133,38,74). Sum of RGB (Red+Green+Blue) = 133+38+74=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85264A is #7AD9B5. Grayscale: #464646. Windows color (decimal): -8051126 or 4859525. OLE color: 4859525.
HSL color Cylindrical-coordinate representation of color #85264A: hue angle of 337.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85264A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 74 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.48 |
| HSL | 337.26º | 0.56% | 0.34% | - |
| HSV(B) | 337.26º | 0.71% | 0.52% | - |
| XYZ | 11.6 | 6.87 | 7.19 | - |
| YUV | 70.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 74 | 0 | 0.71 | 0.44 | 0.48 | 337.26 | 0.56 | 0.34 |
| Hex | 85 | 26 | 4A | 0 | 47 | 2C | 30 | 151 | 38 | 22 |
| Octal | 205 | 46 | 112 | 0 | 107 | 54 | 60 | 521 | 70 | 42 |
| Binary | 10000101 | 100110 | 1001010 | 0 | 1000111 | 101100 | 110000 | 101010001 | 111000 | 100010 |
Color Harmonies of #85264A
Complementary color
Monochromatic Colors of #85264A
Black with #85264A
Text Example
Text Example
White with #85264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85264A; }
p { color: rgb(133,38,74); }
H1.HeaderClassName
{
color: #85264A;
}
.AnyTagClassName
{
color: #85264A;
}
</style>
background-color css
<style>
a { background-color: #85264A; }
a { background-color: rgb(133,38,74); }
div.DivClassName
{
background-color: #85264A;
}
.BgClassName
{
background-color: #85264A;
}
</style>
border-color css
<style>
span { border-color: #85264A; }
span { border-color: rgb(133,38,74); }
td.TdClassName
{
border-color: #85264A;
}
.TagClassName
{
border-color: #85264A;
}
</style>