Shades of Disco #84184B
Tints of Disco #84184B
RGB
CMYK
RGB Variations
Color information
#84184B (or 0x84184B) is known color: Disco. HEX triplet: 84, 18 and 4B. RGB value is (132,24,75). Sum of RGB (Red+Green+Blue) = 132+24+75=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84184B is #7BE7B4. Grayscale: #3E3E3E. Windows color (decimal): -8120245 or 4921476. OLE color: 4921476.
HSL color Cylindrical-coordinate representation of color #84184B: hue angle of 331.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84184B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 75 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.48 |
| HSL | 331.67º | 0.69% | 0.31% | - |
| HSV(B) | 331.67º | 0.82% | 0.52% | - |
| XYZ | 11.11 | 6.07 | 7.24 | - |
| YUV | 62.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 75 | 0 | 0.82 | 0.43 | 0.48 | 331.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 4B | 0 | 52 | 2B | 30 | 14C | 45 | 1F |
| Octal | 204 | 30 | 113 | 0 | 122 | 53 | 60 | 514 | 105 | 37 |
| Binary | 10000100 | 11000 | 1001011 | 0 | 1010010 | 101011 | 110000 | 101001100 | 1000101 | 11111 |
Color Harmonies of #84184B
Complementary color
Monochromatic Colors of #84184B
Black with #84184B
Text Example
Text Example
White with #84184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84184B; }
p { color: rgb(132,24,75); }
H1.HeaderClassName
{
color: #84184B;
}
.AnyTagClassName
{
color: #84184B;
}
</style>
background-color css
<style>
a { background-color: #84184B; }
a { background-color: rgb(132,24,75); }
div.DivClassName
{
background-color: #84184B;
}
.BgClassName
{
background-color: #84184B;
}
</style>
border-color css
<style>
span { border-color: #84184B; }
span { border-color: rgb(132,24,75); }
td.TdClassName
{
border-color: #84184B;
}
.TagClassName
{
border-color: #84184B;
}
</style>