Shades of Disco #84234B
Tints of Disco #84234B
RGB
CMYK
RGB Variations
Color information
#84234B (or 0x84234B) is known color: Disco. HEX triplet: 84, 23 and 4B. RGB value is (132,35,75). Sum of RGB (Red+Green+Blue) = 132+35+75=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84234B is #7BDCB4. Grayscale: #444444. Windows color (decimal): -8117429 or 4924292. OLE color: 4924292.
HSL color Cylindrical-coordinate representation of color #84234B: hue angle of 335.26º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84234B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 75 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.48 |
| HSL | 335.26º | 0.58% | 0.33% | - |
| HSV(B) | 335.26º | 0.73% | 0.52% | - |
| XYZ | 11.39 | 6.62 | 7.33 | - |
| YUV | 68.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 75 | 0 | 0.73 | 0.43 | 0.48 | 335.26 | 0.58 | 0.33 |
| Hex | 84 | 23 | 4B | 0 | 49 | 2B | 30 | 14F | 3A | 21 |
| Octal | 204 | 43 | 113 | 0 | 111 | 53 | 60 | 517 | 72 | 41 |
| Binary | 10000100 | 100011 | 1001011 | 0 | 1001001 | 101011 | 110000 | 101001111 | 111010 | 100001 |
Color Harmonies of #84234B
Complementary color
Monochromatic Colors of #84234B
Black with #84234B
Text Example
Text Example
White with #84234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84234B; }
p { color: rgb(132,35,75); }
H1.HeaderClassName
{
color: #84234B;
}
.AnyTagClassName
{
color: #84234B;
}
</style>
background-color css
<style>
a { background-color: #84234B; }
a { background-color: rgb(132,35,75); }
div.DivClassName
{
background-color: #84234B;
}
.BgClassName
{
background-color: #84234B;
}
</style>
border-color css
<style>
span { border-color: #84234B; }
span { border-color: rgb(132,35,75); }
td.TdClassName
{
border-color: #84234B;
}
.TagClassName
{
border-color: #84234B;
}
</style>