Shades of Disco #823151
Tints of Disco #823151
RGB
CMYK
RGB Variations
Color information
#823151 (or 0x823151) is known color: Disco. HEX triplet: 82, 31 and 51. RGB value is (130,49,81). Sum of RGB (Red+Green+Blue) = 130+49+81=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823151 is #7DCEAE. Grayscale: #4C4C4C. Windows color (decimal): -8244911 or 5321090. OLE color: 5321090.
HSL color Cylindrical-coordinate representation of color #823151: hue angle of 336.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823151 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 81 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.49 |
| HSL | 336.3º | 0.45% | 0.35% | - |
| HSV(B) | 336.3º | 0.62% | 0.51% | - |
| XYZ | 11.79 | 7.54 | 8.62 | - |
| YUV | 76.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 81 | 0 | 0.62 | 0.38 | 0.49 | 336.3 | 0.45 | 0.35 |
| Hex | 82 | 31 | 51 | 0 | 3E | 26 | 31 | 150 | 2D | 23 |
| Octal | 202 | 61 | 121 | 0 | 76 | 46 | 61 | 520 | 55 | 43 |
| Binary | 10000010 | 110001 | 1010001 | 0 | 111110 | 100110 | 110001 | 101010000 | 101101 | 100011 |
Color Harmonies of #823151
Complementary color
Monochromatic Colors of #823151
Black with #823151
Text Example
Text Example
White with #823151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823151; }
p { color: rgb(130,49,81); }
H1.HeaderClassName
{
color: #823151;
}
.AnyTagClassName
{
color: #823151;
}
</style>
background-color css
<style>
a { background-color: #823151; }
a { background-color: rgb(130,49,81); }
div.DivClassName
{
background-color: #823151;
}
.BgClassName
{
background-color: #823151;
}
</style>
border-color css
<style>
span { border-color: #823151; }
span { border-color: rgb(130,49,81); }
td.TdClassName
{
border-color: #823151;
}
.TagClassName
{
border-color: #823151;
}
</style>