Shades of Disco #832146
Tints of Disco #832146
RGB
CMYK
RGB Variations
Color information
#832146 (or 0x832146) is known color: Disco. HEX triplet: 83, 21 and 46. RGB value is (131,33,70). Sum of RGB (Red+Green+Blue) = 131+33+70=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832146 is #7CDEB9. Grayscale: #424242. Windows color (decimal): -8183482 or 4596099. OLE color: 4596099.
HSL color Cylindrical-coordinate representation of color #832146: hue angle of 337.35º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832146 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 70 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.49 |
| HSL | 337.35º | 0.6% | 0.32% | - |
| HSV(B) | 337.35º | 0.75% | 0.51% | - |
| XYZ | 11.01 | 6.36 | 6.44 | - |
| YUV | 66.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 70 | 0 | 0.75 | 0.47 | 0.49 | 337.35 | 0.6 | 0.32 |
| Hex | 83 | 21 | 46 | 0 | 4B | 2F | 31 | 151 | 3C | 20 |
| Octal | 203 | 41 | 106 | 0 | 113 | 57 | 61 | 521 | 74 | 40 |
| Binary | 10000011 | 100001 | 1000110 | 0 | 1001011 | 101111 | 110001 | 101010001 | 111100 | 100000 |
Color Harmonies of #832146
Complementary color
Monochromatic Colors of #832146
Black with #832146
Text Example
Text Example
White with #832146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832146; }
p { color: rgb(131,33,70); }
H1.HeaderClassName
{
color: #832146;
}
.AnyTagClassName
{
color: #832146;
}
</style>
background-color css
<style>
a { background-color: #832146; }
a { background-color: rgb(131,33,70); }
div.DivClassName
{
background-color: #832146;
}
.BgClassName
{
background-color: #832146;
}
</style>
border-color css
<style>
span { border-color: #832146; }
span { border-color: rgb(131,33,70); }
td.TdClassName
{
border-color: #832146;
}
.TagClassName
{
border-color: #832146;
}
</style>