Shades of Disco #84194C
Tints of Disco #84194C
RGB
CMYK
RGB Variations
Color information
#84194C (or 0x84194C) is known color: Disco. HEX triplet: 84, 19 and 4C. RGB value is (132,25,76). Sum of RGB (Red+Green+Blue) = 132+25+76=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84194C is #7BE6B3. Grayscale: #3E3E3E. Windows color (decimal): -8119988 or 4987268. OLE color: 4987268.
HSL color Cylindrical-coordinate representation of color #84194C: hue angle of 331.4º 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 #84194C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 76 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.48 |
| HSL | 331.4º | 0.68% | 0.31% | - |
| HSV(B) | 331.4º | 0.81% | 0.52% | - |
| XYZ | 11.17 | 6.12 | 7.43 | - |
| YUV | 62.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 76 | 0 | 0.81 | 0.42 | 0.48 | 331.4 | 0.68 | 0.31 |
| Hex | 84 | 19 | 4C | 0 | 51 | 2A | 30 | 14B | 44 | 1F |
| Octal | 204 | 31 | 114 | 0 | 121 | 52 | 60 | 513 | 104 | 37 |
| Binary | 10000100 | 11001 | 1001100 | 0 | 1010001 | 101010 | 110000 | 101001011 | 1000100 | 11111 |
Color Harmonies of #84194C
Complementary color
Monochromatic Colors of #84194C
Black with #84194C
Text Example
Text Example
White with #84194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84194C; }
p { color: rgb(132,25,76); }
H1.HeaderClassName
{
color: #84194C;
}
.AnyTagClassName
{
color: #84194C;
}
</style>
background-color css
<style>
a { background-color: #84194C; }
a { background-color: rgb(132,25,76); }
div.DivClassName
{
background-color: #84194C;
}
.BgClassName
{
background-color: #84194C;
}
</style>
border-color css
<style>
span { border-color: #84194C; }
span { border-color: rgb(132,25,76); }
td.TdClassName
{
border-color: #84194C;
}
.TagClassName
{
border-color: #84194C;
}
</style>