Shades of Disco #832D4C
Tints of Disco #832D4C
RGB
CMYK
RGB Variations
Color information
#832D4C (or 0x832D4C) is known color: Disco. HEX triplet: 83, 2D and 4C. RGB value is (131,45,76). Sum of RGB (Red+Green+Blue) = 131+45+76=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #832D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D4C is #7CD2B3. Grayscale: #4A4A4A. Windows color (decimal): -8180404 or 4992387. OLE color: 4992387.
HSL color Cylindrical-coordinate representation of color #832D4C: hue angle of 338.37º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D4C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 76 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.49 |
| HSL | 338.37º | 0.49% | 0.35% | - |
| HSV(B) | 338.37º | 0.66% | 0.51% | - |
| XYZ | 11.6 | 7.22 | 7.62 | - |
| YUV | 74.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 76 | 0 | 0.66 | 0.42 | 0.49 | 338.37 | 0.49 | 0.35 |
| Hex | 83 | 2D | 4C | 0 | 42 | 2A | 31 | 152 | 31 | 23 |
| Octal | 203 | 55 | 114 | 0 | 102 | 52 | 61 | 522 | 61 | 43 |
| Binary | 10000011 | 101101 | 1001100 | 0 | 1000010 | 101010 | 110001 | 101010010 | 110001 | 100011 |
Color Harmonies of #832D4C
Complementary color
Monochromatic Colors of #832D4C
Black with #832D4C
Text Example
Text Example
White with #832D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D4C; }
p { color: rgb(131,45,76); }
H1.HeaderClassName
{
color: #832D4C;
}
.AnyTagClassName
{
color: #832D4C;
}
</style>
background-color css
<style>
a { background-color: #832D4C; }
a { background-color: rgb(131,45,76); }
div.DivClassName
{
background-color: #832D4C;
}
.BgClassName
{
background-color: #832D4C;
}
</style>
border-color css
<style>
span { border-color: #832D4C; }
span { border-color: rgb(131,45,76); }
td.TdClassName
{
border-color: #832D4C;
}
.TagClassName
{
border-color: #832D4C;
}
</style>