Shades of Disco #84194A
Tints of Disco #84194A
RGB
CMYK
RGB Variations
Color information
#84194A (or 0x84194A) is known color: Disco. HEX triplet: 84, 19 and 4A. RGB value is (132,25,74). Sum of RGB (Red+Green+Blue) = 132+25+74=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84194A is #7BE6B5. Grayscale: #3E3E3E. Windows color (decimal): -8119990 or 4856196. OLE color: 4856196.
HSL color Cylindrical-coordinate representation of color #84194A: hue angle of 332.52º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84194A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 74 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.48 |
| HSL | 332.52º | 0.68% | 0.31% | - |
| HSV(B) | 332.52º | 0.81% | 0.52% | - |
| XYZ | 11.1 | 6.1 | 7.07 | - |
| YUV | 62.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 74 | 0 | 0.81 | 0.44 | 0.48 | 332.52 | 0.68 | 0.31 |
| Hex | 84 | 19 | 4A | 0 | 51 | 2C | 30 | 14D | 44 | 1F |
| Octal | 204 | 31 | 112 | 0 | 121 | 54 | 60 | 515 | 104 | 37 |
| Binary | 10000100 | 11001 | 1001010 | 0 | 1010001 | 101100 | 110000 | 101001101 | 1000100 | 11111 |
Color Harmonies of #84194A
Complementary color
Monochromatic Colors of #84194A
Black with #84194A
Text Example
Text Example
White with #84194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84194A; }
p { color: rgb(132,25,74); }
H1.HeaderClassName
{
color: #84194A;
}
.AnyTagClassName
{
color: #84194A;
}
</style>
background-color css
<style>
a { background-color: #84194A; }
a { background-color: rgb(132,25,74); }
div.DivClassName
{
background-color: #84194A;
}
.BgClassName
{
background-color: #84194A;
}
</style>
border-color css
<style>
span { border-color: #84194A; }
span { border-color: rgb(132,25,74); }
td.TdClassName
{
border-color: #84194A;
}
.TagClassName
{
border-color: #84194A;
}
</style>