Shades of Disco #831941
Tints of Disco #831941
RGB
CMYK
RGB Variations
Color information
#831941 (or 0x831941) is known color: Disco. HEX triplet: 83, 19 and 41. RGB value is (131,25,65). Sum of RGB (Red+Green+Blue) = 131+25+65=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #831941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831941 is #7CE6BE. Grayscale: #3D3D3D. Windows color (decimal): -8185535 or 4266371. OLE color: 4266371.
HSL color Cylindrical-coordinate representation of color #831941: hue angle of 337.36º 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 #831941 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 65 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.49 |
| HSL | 337.36º | 0.68% | 0.31% | - |
| HSV(B) | 337.36º | 0.81% | 0.51% | - |
| XYZ | 10.66 | 5.9 | 5.58 | - |
| YUV | 61.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 65 | 0 | 0.81 | 0.50 | 0.49 | 337.36 | 0.68 | 0.31 |
| Hex | 83 | 19 | 41 | 0 | 51 | 32 | 31 | 151 | 44 | 1F |
| Octal | 203 | 31 | 101 | 0 | 121 | 62 | 61 | 521 | 104 | 37 |
| Binary | 10000011 | 11001 | 1000001 | 0 | 1010001 | 110010 | 110001 | 101010001 | 1000100 | 11111 |
Color Harmonies of #831941
Complementary color
Monochromatic Colors of #831941
Black with #831941
Text Example
Text Example
White with #831941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831941; }
p { color: rgb(131,25,65); }
H1.HeaderClassName
{
color: #831941;
}
.AnyTagClassName
{
color: #831941;
}
</style>
background-color css
<style>
a { background-color: #831941; }
a { background-color: rgb(131,25,65); }
div.DivClassName
{
background-color: #831941;
}
.BgClassName
{
background-color: #831941;
}
</style>
border-color css
<style>
span { border-color: #831941; }
span { border-color: rgb(131,25,65); }
td.TdClassName
{
border-color: #831941;
}
.TagClassName
{
border-color: #831941;
}
</style>