Shades of Disco #831944
Tints of Disco #831944
RGB
CMYK
RGB Variations
Color information
#831944 (or 0x831944) is known color: Disco. HEX triplet: 83, 19 and 44. RGB value is (131,25,68). Sum of RGB (Red+Green+Blue) = 131+25+68=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #831944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831944 is #7CE6BB. Grayscale: #3D3D3D. Windows color (decimal): -8185532 or 4462979. OLE color: 4462979.
HSL color Cylindrical-coordinate representation of color #831944: hue angle of 335.66º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831944 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 68 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.49 |
| HSL | 335.66º | 0.68% | 0.31% | - |
| HSV(B) | 335.66º | 0.81% | 0.51% | - |
| XYZ | 10.75 | 5.94 | 6.05 | - |
| YUV | 61.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 68 | 0 | 0.81 | 0.48 | 0.49 | 335.66 | 0.68 | 0.31 |
| Hex | 83 | 19 | 44 | 0 | 51 | 30 | 31 | 150 | 44 | 1F |
| Octal | 203 | 31 | 104 | 0 | 121 | 60 | 61 | 520 | 104 | 37 |
| Binary | 10000011 | 11001 | 1000100 | 0 | 1010001 | 110000 | 110001 | 101010000 | 1000100 | 11111 |
Color Harmonies of #831944
Complementary color
Monochromatic Colors of #831944
Black with #831944
Text Example
Text Example
White with #831944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831944; }
p { color: rgb(131,25,68); }
H1.HeaderClassName
{
color: #831944;
}
.AnyTagClassName
{
color: #831944;
}
</style>
background-color css
<style>
a { background-color: #831944; }
a { background-color: rgb(131,25,68); }
div.DivClassName
{
background-color: #831944;
}
.BgClassName
{
background-color: #831944;
}
</style>
border-color css
<style>
span { border-color: #831944; }
span { border-color: rgb(131,25,68); }
td.TdClassName
{
border-color: #831944;
}
.TagClassName
{
border-color: #831944;
}
</style>