Shades of Disco #84254A
Tints of Disco #84254A
RGB
CMYK
RGB Variations
Color information
#84254A (or 0x84254A) is known color: Disco. HEX triplet: 84, 25 and 4A. RGB value is (132,37,74). Sum of RGB (Red+Green+Blue) = 132+37+74=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84254A is #7BDAB5. Grayscale: #454545. Windows color (decimal): -8116918 or 4859268. OLE color: 4859268.
HSL color Cylindrical-coordinate representation of color #84254A: hue angle of 336.63º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84254A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 74 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.48 |
| HSL | 336.63º | 0.56% | 0.33% | - |
| HSV(B) | 336.63º | 0.72% | 0.52% | - |
| XYZ | 11.41 | 6.72 | 7.17 | - |
| YUV | 69.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 74 | 0 | 0.72 | 0.44 | 0.48 | 336.63 | 0.56 | 0.33 |
| Hex | 84 | 25 | 4A | 0 | 48 | 2C | 30 | 151 | 38 | 21 |
| Octal | 204 | 45 | 112 | 0 | 110 | 54 | 60 | 521 | 70 | 41 |
| Binary | 10000100 | 100101 | 1001010 | 0 | 1001000 | 101100 | 110000 | 101010001 | 111000 | 100001 |
Color Harmonies of #84254A
Complementary color
Monochromatic Colors of #84254A
Black with #84254A
Text Example
Text Example
White with #84254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84254A; }
p { color: rgb(132,37,74); }
H1.HeaderClassName
{
color: #84254A;
}
.AnyTagClassName
{
color: #84254A;
}
</style>
background-color css
<style>
a { background-color: #84254A; }
a { background-color: rgb(132,37,74); }
div.DivClassName
{
background-color: #84254A;
}
.BgClassName
{
background-color: #84254A;
}
</style>
border-color css
<style>
span { border-color: #84254A; }
span { border-color: rgb(132,37,74); }
td.TdClassName
{
border-color: #84254A;
}
.TagClassName
{
border-color: #84254A;
}
</style>