Shades of Disco #84144A
Tints of Disco #84144A
RGB
CMYK
RGB Variations
Color information
#84144A (or 0x84144A) is known color: Disco. HEX triplet: 84, 14 and 4A. RGB value is (132,20,74). Sum of RGB (Red+Green+Blue) = 132+20+74=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84144A is #7BEBB5. Grayscale: #3B3B3B. Windows color (decimal): -8121270 or 4854916. OLE color: 4854916.
HSL color Cylindrical-coordinate representation of color #84144A: hue angle of 331.07º 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 #84144A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 74 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.48 |
| HSL | 331.07º | 0.74% | 0.3% | - |
| HSV(B) | 331.07º | 0.85% | 0.52% | - |
| XYZ | 11 | 5.9 | 7.04 | - |
| YUV | 59.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 74 | 0 | 0.85 | 0.44 | 0.48 | 331.07 | 0.74 | 0.3 |
| Hex | 84 | 14 | 4A | 0 | 55 | 2C | 30 | 14B | 4A | 1E |
| Octal | 204 | 24 | 112 | 0 | 125 | 54 | 60 | 513 | 112 | 36 |
| Binary | 10000100 | 10100 | 1001010 | 0 | 1010101 | 101100 | 110000 | 101001011 | 1001010 | 11110 |
Color Harmonies of #84144A
Complementary color
Monochromatic Colors of #84144A
Black with #84144A
Text Example
Text Example
White with #84144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84144A; }
p { color: rgb(132,20,74); }
H1.HeaderClassName
{
color: #84144A;
}
.AnyTagClassName
{
color: #84144A;
}
</style>
background-color css
<style>
a { background-color: #84144A; }
a { background-color: rgb(132,20,74); }
div.DivClassName
{
background-color: #84144A;
}
.BgClassName
{
background-color: #84144A;
}
</style>
border-color css
<style>
span { border-color: #84144A; }
span { border-color: rgb(132,20,74); }
td.TdClassName
{
border-color: #84144A;
}
.TagClassName
{
border-color: #84144A;
}
</style>