Shades of Disco #823250
Tints of Disco #823250
RGB
CMYK
RGB Variations
Color information
#823250 (or 0x823250) is known color: Disco. HEX triplet: 82, 32 and 50. RGB value is (130,50,80). Sum of RGB (Red+Green+Blue) = 130+50+80=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #823250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823250 is #7DCDAF. Grayscale: #4D4D4D. Windows color (decimal): -8244656 or 5255810. OLE color: 5255810.
HSL color Cylindrical-coordinate representation of color #823250: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823250 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 80 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.49 |
| HSL | 337.5º | 0.44% | 0.35% | - |
| HSV(B) | 337.5º | 0.62% | 0.51% | - |
| XYZ | 11.79 | 7.61 | 8.44 | - |
| YUV | 77.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 80 | 0 | 0.62 | 0.38 | 0.49 | 337.5 | 0.44 | 0.35 |
| Hex | 82 | 32 | 50 | 0 | 3E | 26 | 31 | 152 | 2C | 23 |
| Octal | 202 | 62 | 120 | 0 | 76 | 46 | 61 | 522 | 54 | 43 |
| Binary | 10000010 | 110010 | 1010000 | 0 | 111110 | 100110 | 110001 | 101010010 | 101100 | 100011 |
Color Harmonies of #823250
Complementary color
Monochromatic Colors of #823250
Black with #823250
Text Example
Text Example
White with #823250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823250; }
p { color: rgb(130,50,80); }
H1.HeaderClassName
{
color: #823250;
}
.AnyTagClassName
{
color: #823250;
}
</style>
background-color css
<style>
a { background-color: #823250; }
a { background-color: rgb(130,50,80); }
div.DivClassName
{
background-color: #823250;
}
.BgClassName
{
background-color: #823250;
}
</style>
border-color css
<style>
span { border-color: #823250; }
span { border-color: rgb(130,50,80); }
td.TdClassName
{
border-color: #823250;
}
.TagClassName
{
border-color: #823250;
}
</style>