Shades of Disco #831D48
Tints of Disco #831D48
RGB
CMYK
RGB Variations
Color information
#831D48 (or 0x831D48) is known color: Disco. HEX triplet: 83, 1D and 48. RGB value is (131,29,72). Sum of RGB (Red+Green+Blue) = 131+29+72=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #831D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831D48 is #7CE2B7. Grayscale: #404040. Windows color (decimal): -8184504 or 4726147. OLE color: 4726147.
HSL color Cylindrical-coordinate representation of color #831D48: hue angle of 334.71º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D48 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 72 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.49 |
| HSL | 334.71º | 0.64% | 0.31% | - |
| HSV(B) | 334.71º | 0.78% | 0.51% | - |
| XYZ | 10.97 | 6.17 | 6.74 | - |
| YUV | 64.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 72 | 0 | 0.78 | 0.45 | 0.49 | 334.71 | 0.64 | 0.31 |
| Hex | 83 | 1D | 48 | 0 | 4E | 2D | 31 | 14F | 40 | 1F |
| Octal | 203 | 35 | 110 | 0 | 116 | 55 | 61 | 517 | 100 | 37 |
| Binary | 10000011 | 11101 | 1001000 | 0 | 1001110 | 101101 | 110001 | 101001111 | 1000000 | 11111 |
Color Harmonies of #831D48
Complementary color
Monochromatic Colors of #831D48
Black with #831D48
Text Example
Text Example
White with #831D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D48; }
p { color: rgb(131,29,72); }
H1.HeaderClassName
{
color: #831D48;
}
.AnyTagClassName
{
color: #831D48;
}
</style>
background-color css
<style>
a { background-color: #831D48; }
a { background-color: rgb(131,29,72); }
div.DivClassName
{
background-color: #831D48;
}
.BgClassName
{
background-color: #831D48;
}
</style>
border-color css
<style>
span { border-color: #831D48; }
span { border-color: rgb(131,29,72); }
td.TdClassName
{
border-color: #831D48;
}
.TagClassName
{
border-color: #831D48;
}
</style>