Shades of Disco #832A44
Tints of Disco #832A44
RGB
CMYK
RGB Variations
Color information
#832A44 (or 0x832A44) is known color: Disco. HEX triplet: 83, 2A and 44. RGB value is (131,42,68). Sum of RGB (Red+Green+Blue) = 131+42+68=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #832A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A44 is #7CD5BB. Grayscale: #474747. Windows color (decimal): -8181180 or 4467331. OLE color: 4467331.
HSL color Cylindrical-coordinate representation of color #832A44: hue angle of 342.47º 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 #832A44 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 68 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.49 |
| HSL | 342.47º | 0.51% | 0.34% | - |
| HSV(B) | 342.47º | 0.68% | 0.51% | - |
| XYZ | 11.23 | 6.9 | 6.21 | - |
| YUV | 71.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 68 | 0 | 0.68 | 0.48 | 0.49 | 342.47 | 0.51 | 0.34 |
| Hex | 83 | 2A | 44 | 0 | 44 | 30 | 31 | 156 | 33 | 22 |
| Octal | 203 | 52 | 104 | 0 | 104 | 60 | 61 | 526 | 63 | 42 |
| Binary | 10000011 | 101010 | 1000100 | 0 | 1000100 | 110000 | 110001 | 101010110 | 110011 | 100010 |
Color Harmonies of #832A44
Complementary color
Monochromatic Colors of #832A44
Black with #832A44
Text Example
Text Example
White with #832A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A44; }
p { color: rgb(131,42,68); }
H1.HeaderClassName
{
color: #832A44;
}
.AnyTagClassName
{
color: #832A44;
}
</style>
background-color css
<style>
a { background-color: #832A44; }
a { background-color: rgb(131,42,68); }
div.DivClassName
{
background-color: #832A44;
}
.BgClassName
{
background-color: #832A44;
}
</style>
border-color css
<style>
span { border-color: #832A44; }
span { border-color: rgb(131,42,68); }
td.TdClassName
{
border-color: #832A44;
}
.TagClassName
{
border-color: #832A44;
}
</style>