Shades of Disco #832C46
Tints of Disco #832C46
RGB
CMYK
RGB Variations
Color information
#832C46 (or 0x832C46) is known color: Disco. HEX triplet: 83, 2C and 46. RGB value is (131,44,70). Sum of RGB (Red+Green+Blue) = 131+44+70=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #832C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C46 is #7CD3B9. Grayscale: #484848. Windows color (decimal): -8180666 or 4598915. OLE color: 4598915.
HSL color Cylindrical-coordinate representation of color #832C46: hue angle of 342.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C46 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 70 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.49 |
| HSL | 342.07º | 0.5% | 0.34% | - |
| HSV(B) | 342.07º | 0.66% | 0.51% | - |
| XYZ | 11.37 | 7.07 | 6.56 | - |
| YUV | 72.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 70 | 0 | 0.66 | 0.47 | 0.49 | 342.07 | 0.5 | 0.34 |
| Hex | 83 | 2C | 46 | 0 | 42 | 2F | 31 | 156 | 32 | 22 |
| Octal | 203 | 54 | 106 | 0 | 102 | 57 | 61 | 526 | 62 | 42 |
| Binary | 10000011 | 101100 | 1000110 | 0 | 1000010 | 101111 | 110001 | 101010110 | 110010 | 100010 |
Color Harmonies of #832C46
Complementary color
Monochromatic Colors of #832C46
Black with #832C46
Text Example
Text Example
White with #832C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C46; }
p { color: rgb(131,44,70); }
H1.HeaderClassName
{
color: #832C46;
}
.AnyTagClassName
{
color: #832C46;
}
</style>
background-color css
<style>
a { background-color: #832C46; }
a { background-color: rgb(131,44,70); }
div.DivClassName
{
background-color: #832C46;
}
.BgClassName
{
background-color: #832C46;
}
</style>
border-color css
<style>
span { border-color: #832C46; }
span { border-color: rgb(131,44,70); }
td.TdClassName
{
border-color: #832C46;
}
.TagClassName
{
border-color: #832C46;
}
</style>