Shades of Disco #832A4E
Tints of Disco #832A4E
RGB
CMYK
RGB Variations
Color information
#832A4E (or 0x832A4E) is known color: Disco. HEX triplet: 83, 2A and 4E. RGB value is (131,42,78). Sum of RGB (Red+Green+Blue) = 131+42+78=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #832A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A4E is #7CD5B1. Grayscale: #484848. Windows color (decimal): -8181170 or 5122691. OLE color: 5122691.
HSL color Cylindrical-coordinate representation of color #832A4E: hue angle of 335.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832A4E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 78 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.49 |
| HSL | 335.73º | 0.51% | 0.34% | - |
| HSV(B) | 335.73º | 0.68% | 0.51% | - |
| XYZ | 11.56 | 7.03 | 7.96 | - |
| YUV | 72.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 78 | 0 | 0.68 | 0.40 | 0.49 | 335.73 | 0.51 | 0.34 |
| Hex | 83 | 2A | 4E | 0 | 44 | 28 | 31 | 150 | 33 | 22 |
| Octal | 203 | 52 | 116 | 0 | 104 | 50 | 61 | 520 | 63 | 42 |
| Binary | 10000011 | 101010 | 1001110 | 0 | 1000100 | 101000 | 110001 | 101010000 | 110011 | 100010 |
Color Harmonies of #832A4E
Complementary color
Monochromatic Colors of #832A4E
Black with #832A4E
Text Example
Text Example
White with #832A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A4E; }
p { color: rgb(131,42,78); }
H1.HeaderClassName
{
color: #832A4E;
}
.AnyTagClassName
{
color: #832A4E;
}
</style>
background-color css
<style>
a { background-color: #832A4E; }
a { background-color: rgb(131,42,78); }
div.DivClassName
{
background-color: #832A4E;
}
.BgClassName
{
background-color: #832A4E;
}
</style>
border-color css
<style>
span { border-color: #832A4E; }
span { border-color: rgb(131,42,78); }
td.TdClassName
{
border-color: #832A4E;
}
.TagClassName
{
border-color: #832A4E;
}
</style>