Shades of Disco #84143F
Tints of Disco #84143F
RGB
CMYK
RGB Variations
Color information
#84143F (or 0x84143F) is known color: Disco. HEX triplet: 84, 14 and 3F. RGB value is (132,20,63). Sum of RGB (Red+Green+Blue) = 132+20+63=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84143F is #7BEBC0. Grayscale: #3A3A3A. Windows color (decimal): -8121281 or 4134020. OLE color: 4134020.
HSL color Cylindrical-coordinate representation of color #84143F: hue angle of 336.96º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84143F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 63 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.48 |
| HSL | 336.96º | 0.74% | 0.3% | - |
| HSV(B) | 336.96º | 0.85% | 0.52% | - |
| XYZ | 10.66 | 5.76 | 5.25 | - |
| YUV | 58.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 63 | 0 | 0.85 | 0.52 | 0.48 | 336.96 | 0.74 | 0.3 |
| Hex | 84 | 14 | 3F | 0 | 55 | 34 | 30 | 151 | 4A | 1E |
| Octal | 204 | 24 | 77 | 0 | 125 | 64 | 60 | 521 | 112 | 36 |
| Binary | 10000100 | 10100 | 111111 | 0 | 1010101 | 110100 | 110000 | 101010001 | 1001010 | 11110 |
Color Harmonies of #84143F
Complementary color
Monochromatic Colors of #84143F
Black with #84143F
Text Example
Text Example
White with #84143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84143F; }
p { color: rgb(132,20,63); }
H1.HeaderClassName
{
color: #84143F;
}
.AnyTagClassName
{
color: #84143F;
}
</style>
background-color css
<style>
a { background-color: #84143F; }
a { background-color: rgb(132,20,63); }
div.DivClassName
{
background-color: #84143F;
}
.BgClassName
{
background-color: #84143F;
}
</style>
border-color css
<style>
span { border-color: #84143F; }
span { border-color: rgb(132,20,63); }
td.TdClassName
{
border-color: #84143F;
}
.TagClassName
{
border-color: #84143F;
}
</style>