Shades of Disco #823450
Tints of Disco #823450
RGB
CMYK
RGB Variations
Color information
#823450 (or 0x823450) is known color: Disco. HEX triplet: 82, 34 and 50. RGB value is (130,52,80). Sum of RGB (Red+Green+Blue) = 130+52+80=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #823450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823450 is #7DCBAF. Grayscale: #4E4E4E. Windows color (decimal): -8244144 or 5256322. OLE color: 5256322.
HSL color Cylindrical-coordinate representation of color #823450: hue angle of 338.46º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823450 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 80 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.49 |
| HSL | 338.46º | 0.43% | 0.36% | - |
| HSV(B) | 338.46º | 0.6% | 0.51% | - |
| XYZ | 11.88 | 7.78 | 8.47 | - |
| YUV | 78.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 80 | 0 | 0.60 | 0.38 | 0.49 | 338.46 | 0.43 | 0.36 |
| Hex | 82 | 34 | 50 | 0 | 3C | 26 | 31 | 152 | 2B | 24 |
| Octal | 202 | 64 | 120 | 0 | 74 | 46 | 61 | 522 | 53 | 44 |
| Binary | 10000010 | 110100 | 1010000 | 0 | 111100 | 100110 | 110001 | 101010010 | 101011 | 100100 |
Color Harmonies of #823450
Complementary color
Monochromatic Colors of #823450
Black with #823450
Text Example
Text Example
White with #823450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823450; }
p { color: rgb(130,52,80); }
H1.HeaderClassName
{
color: #823450;
}
.AnyTagClassName
{
color: #823450;
}
</style>
background-color css
<style>
a { background-color: #823450; }
a { background-color: rgb(130,52,80); }
div.DivClassName
{
background-color: #823450;
}
.BgClassName
{
background-color: #823450;
}
</style>
border-color css
<style>
span { border-color: #823450; }
span { border-color: rgb(130,52,80); }
td.TdClassName
{
border-color: #823450;
}
.TagClassName
{
border-color: #823450;
}
</style>