Shades of Disco #84183F
Tints of Disco #84183F
RGB
CMYK
RGB Variations
Color information
#84183F (or 0x84183F) is known color: Disco. HEX triplet: 84, 18 and 3F. RGB value is (132,24,63). Sum of RGB (Red+Green+Blue) = 132+24+63=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #84183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84183F is #7BE7C0. Grayscale: #3C3C3C. Windows color (decimal): -8120257 or 4135044. OLE color: 4135044.
HSL color Cylindrical-coordinate representation of color #84183F: hue angle of 338.33º 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 #84183F is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 63 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.48 |
| HSL | 338.33º | 0.69% | 0.31% | - |
| HSV(B) | 338.33º | 0.82% | 0.52% | - |
| XYZ | 10.74 | 5.92 | 5.28 | - |
| YUV | 60.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 63 | 0 | 0.82 | 0.52 | 0.48 | 338.33 | 0.69 | 0.31 |
| Hex | 84 | 18 | 3F | 0 | 52 | 34 | 30 | 152 | 45 | 1F |
| Octal | 204 | 30 | 77 | 0 | 122 | 64 | 60 | 522 | 105 | 37 |
| Binary | 10000100 | 11000 | 111111 | 0 | 1010010 | 110100 | 110000 | 101010010 | 1000101 | 11111 |
Color Harmonies of #84183F
Complementary color
Monochromatic Colors of #84183F
Black with #84183F
Text Example
Text Example
White with #84183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84183F; }
p { color: rgb(132,24,63); }
H1.HeaderClassName
{
color: #84183F;
}
.AnyTagClassName
{
color: #84183F;
}
</style>
background-color css
<style>
a { background-color: #84183F; }
a { background-color: rgb(132,24,63); }
div.DivClassName
{
background-color: #84183F;
}
.BgClassName
{
background-color: #84183F;
}
</style>
border-color css
<style>
span { border-color: #84183F; }
span { border-color: rgb(132,24,63); }
td.TdClassName
{
border-color: #84183F;
}
.TagClassName
{
border-color: #84183F;
}
</style>