Shades of Disco #852D4B
Tints of Disco #852D4B
RGB
CMYK
RGB Variations
Color information
#852D4B (or 0x852D4B) is known color: Disco. HEX triplet: 85, 2D and 4B. RGB value is (133,45,75). Sum of RGB (Red+Green+Blue) = 133+45+75=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D4B is #7AD2B4. Grayscale: #4A4A4A. Windows color (decimal): -8049333 or 4926853. OLE color: 4926853.
HSL color Cylindrical-coordinate representation of color #852D4B: hue angle of 339.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D4B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 75 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.48 |
| HSL | 339.55º | 0.49% | 0.35% | - |
| HSV(B) | 339.55º | 0.66% | 0.52% | - |
| XYZ | 11.88 | 7.37 | 7.45 | - |
| YUV | 74.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 75 | 0 | 0.66 | 0.44 | 0.48 | 339.55 | 0.49 | 0.35 |
| Hex | 85 | 2D | 4B | 0 | 42 | 2C | 30 | 154 | 31 | 23 |
| Octal | 205 | 55 | 113 | 0 | 102 | 54 | 60 | 524 | 61 | 43 |
| Binary | 10000101 | 101101 | 1001011 | 0 | 1000010 | 101100 | 110000 | 101010100 | 110001 | 100011 |
Color Harmonies of #852D4B
Complementary color
Monochromatic Colors of #852D4B
Black with #852D4B
Text Example
Text Example
White with #852D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D4B; }
p { color: rgb(133,45,75); }
H1.HeaderClassName
{
color: #852D4B;
}
.AnyTagClassName
{
color: #852D4B;
}
</style>
background-color css
<style>
a { background-color: #852D4B; }
a { background-color: rgb(133,45,75); }
div.DivClassName
{
background-color: #852D4B;
}
.BgClassName
{
background-color: #852D4B;
}
</style>
border-color css
<style>
span { border-color: #852D4B; }
span { border-color: rgb(133,45,75); }
td.TdClassName
{
border-color: #852D4B;
}
.TagClassName
{
border-color: #852D4B;
}
</style>