Shades of Disco #832B42
Tints of Disco #832B42
RGB
CMYK
RGB Variations
Color information
#832B42 (or 0x832B42) is known color: Disco. HEX triplet: 83, 2B and 42. RGB value is (131,43,66). Sum of RGB (Red+Green+Blue) = 131+43+66=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #832B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B42 is #7CD4BD. Grayscale: #474747. Windows color (decimal): -8180926 or 4336515. OLE color: 4336515.
HSL color Cylindrical-coordinate representation of color #832B42: hue angle of 344.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B42 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 66 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.49 |
| HSL | 344.32º | 0.51% | 0.34% | - |
| HSV(B) | 344.32º | 0.67% | 0.51% | - |
| XYZ | 11.21 | 6.95 | 5.9 | - |
| YUV | 71.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 66 | 0 | 0.67 | 0.50 | 0.49 | 344.32 | 0.51 | 0.34 |
| Hex | 83 | 2B | 42 | 0 | 43 | 32 | 31 | 158 | 33 | 22 |
| Octal | 203 | 53 | 102 | 0 | 103 | 62 | 61 | 530 | 63 | 42 |
| Binary | 10000011 | 101011 | 1000010 | 0 | 1000011 | 110010 | 110001 | 101011000 | 110011 | 100010 |
Color Harmonies of #832B42
Complementary color
Monochromatic Colors of #832B42
Black with #832B42
Text Example
Text Example
White with #832B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B42; }
p { color: rgb(131,43,66); }
H1.HeaderClassName
{
color: #832B42;
}
.AnyTagClassName
{
color: #832B42;
}
</style>
background-color css
<style>
a { background-color: #832B42; }
a { background-color: rgb(131,43,66); }
div.DivClassName
{
background-color: #832B42;
}
.BgClassName
{
background-color: #832B42;
}
</style>
border-color css
<style>
span { border-color: #832B42; }
span { border-color: rgb(131,43,66); }
td.TdClassName
{
border-color: #832B42;
}
.TagClassName
{
border-color: #832B42;
}
</style>