Shades of Disco #84274B
Tints of Disco #84274B
RGB
CMYK
RGB Variations
Color information
#84274B (or 0x84274B) is known color: Disco. HEX triplet: 84, 27 and 4B. RGB value is (132,39,75). Sum of RGB (Red+Green+Blue) = 132+39+75=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84274B is #7BD8B4. Grayscale: #464646. Windows color (decimal): -8116405 or 4925316. OLE color: 4925316.
HSL color Cylindrical-coordinate representation of color #84274B: hue angle of 336.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84274B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 75 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.48 |
| HSL | 336.77º | 0.54% | 0.34% | - |
| HSV(B) | 336.77º | 0.7% | 0.52% | - |
| XYZ | 11.51 | 6.86 | 7.37 | - |
| YUV | 70.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 75 | 0 | 0.70 | 0.43 | 0.48 | 336.77 | 0.54 | 0.34 |
| Hex | 84 | 27 | 4B | 0 | 46 | 2B | 30 | 151 | 36 | 22 |
| Octal | 204 | 47 | 113 | 0 | 106 | 53 | 60 | 521 | 66 | 42 |
| Binary | 10000100 | 100111 | 1001011 | 0 | 1000110 | 101011 | 110000 | 101010001 | 110110 | 100010 |
Color Harmonies of #84274B
Complementary color
Monochromatic Colors of #84274B
Black with #84274B
Text Example
Text Example
White with #84274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84274B; }
p { color: rgb(132,39,75); }
H1.HeaderClassName
{
color: #84274B;
}
.AnyTagClassName
{
color: #84274B;
}
</style>
background-color css
<style>
a { background-color: #84274B; }
a { background-color: rgb(132,39,75); }
div.DivClassName
{
background-color: #84274B;
}
.BgClassName
{
background-color: #84274B;
}
</style>
border-color css
<style>
span { border-color: #84274B; }
span { border-color: rgb(132,39,75); }
td.TdClassName
{
border-color: #84274B;
}
.TagClassName
{
border-color: #84274B;
}
</style>