Shades of Disco #84154B
Tints of Disco #84154B
RGB
CMYK
RGB Variations
Color information
#84154B (or 0x84154B) is known color: Disco. HEX triplet: 84, 15 and 4B. RGB value is (132,21,75). Sum of RGB (Red+Green+Blue) = 132+21+75=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84154B is #7BEAB4. Grayscale: #3C3C3C. Windows color (decimal): -8121013 or 4920708. OLE color: 4920708.
HSL color Cylindrical-coordinate representation of color #84154B: hue angle of 330.81º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84154B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 75 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.48 |
| HSL | 330.81º | 0.73% | 0.3% | - |
| HSV(B) | 330.81º | 0.84% | 0.52% | - |
| XYZ | 11.05 | 5.95 | 7.22 | - |
| YUV | 60.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 75 | 0 | 0.84 | 0.43 | 0.48 | 330.81 | 0.73 | 0.3 |
| Hex | 84 | 15 | 4B | 0 | 54 | 2B | 30 | 14B | 49 | 1E |
| Octal | 204 | 25 | 113 | 0 | 124 | 53 | 60 | 513 | 111 | 36 |
| Binary | 10000100 | 10101 | 1001011 | 0 | 1010100 | 101011 | 110000 | 101001011 | 1001001 | 11110 |
Color Harmonies of #84154B
Complementary color
Monochromatic Colors of #84154B
Black with #84154B
Text Example
Text Example
White with #84154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84154B; }
p { color: rgb(132,21,75); }
H1.HeaderClassName
{
color: #84154B;
}
.AnyTagClassName
{
color: #84154B;
}
</style>
background-color css
<style>
a { background-color: #84154B; }
a { background-color: rgb(132,21,75); }
div.DivClassName
{
background-color: #84154B;
}
.BgClassName
{
background-color: #84154B;
}
</style>
border-color css
<style>
span { border-color: #84154B; }
span { border-color: rgb(132,21,75); }
td.TdClassName
{
border-color: #84154B;
}
.TagClassName
{
border-color: #84154B;
}
</style>