Shades of Disco #852B4D
Tints of Disco #852B4D
RGB
CMYK
RGB Variations
Color information
#852B4D (or 0x852B4D) is known color: Disco. HEX triplet: 85, 2B and 4D. RGB value is (133,43,77). Sum of RGB (Red+Green+Blue) = 133+43+77=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B4D is #7AD4B2. Grayscale: #494949. Windows color (decimal): -8049843 or 5057413. OLE color: 5057413.
HSL color Cylindrical-coordinate representation of color #852B4D: hue angle of 337.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B4D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 77 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.48 |
| HSL | 337.33º | 0.51% | 0.35% | - |
| HSV(B) | 337.33º | 0.68% | 0.52% | - |
| XYZ | 11.88 | 7.25 | 7.79 | - |
| YUV | 73.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 77 | 0 | 0.68 | 0.42 | 0.48 | 337.33 | 0.51 | 0.35 |
| Hex | 85 | 2B | 4D | 0 | 44 | 2A | 30 | 151 | 33 | 23 |
| Octal | 205 | 53 | 115 | 0 | 104 | 52 | 60 | 521 | 63 | 43 |
| Binary | 10000101 | 101011 | 1001101 | 0 | 1000100 | 101010 | 110000 | 101010001 | 110011 | 100011 |
Color Harmonies of #852B4D
Complementary color
Monochromatic Colors of #852B4D
Black with #852B4D
Text Example
Text Example
White with #852B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B4D; }
p { color: rgb(133,43,77); }
H1.HeaderClassName
{
color: #852B4D;
}
.AnyTagClassName
{
color: #852B4D;
}
</style>
background-color css
<style>
a { background-color: #852B4D; }
a { background-color: rgb(133,43,77); }
div.DivClassName
{
background-color: #852B4D;
}
.BgClassName
{
background-color: #852B4D;
}
</style>
border-color css
<style>
span { border-color: #852B4D; }
span { border-color: rgb(133,43,77); }
td.TdClassName
{
border-color: #852B4D;
}
.TagClassName
{
border-color: #852B4D;
}
</style>