Shades of Disco #822D4B
Tints of Disco #822D4B
RGB
CMYK
RGB Variations
Color information
#822D4B (or 0x822D4B) is known color: Disco. HEX triplet: 82, 2D and 4B. RGB value is (130,45,75). Sum of RGB (Red+Green+Blue) = 130+45+75=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #822D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D4B is #7DD2B4. Grayscale: #494949. Windows color (decimal): -8245941 or 4926850. OLE color: 4926850.
HSL color Cylindrical-coordinate representation of color #822D4B: hue angle of 338.82º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D4B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 75 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.49 |
| HSL | 338.82º | 0.49% | 0.34% | - |
| HSV(B) | 338.82º | 0.65% | 0.51% | - |
| XYZ | 11.41 | 7.13 | 7.43 | - |
| YUV | 73.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 75 | 0 | 0.65 | 0.42 | 0.49 | 338.82 | 0.49 | 0.34 |
| Hex | 82 | 2D | 4B | 0 | 41 | 2A | 31 | 153 | 31 | 22 |
| Octal | 202 | 55 | 113 | 0 | 101 | 52 | 61 | 523 | 61 | 42 |
| Binary | 10000010 | 101101 | 1001011 | 0 | 1000001 | 101010 | 110001 | 101010011 | 110001 | 100010 |
Color Harmonies of #822D4B
Complementary color
Monochromatic Colors of #822D4B
Black with #822D4B
Text Example
Text Example
White with #822D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D4B; }
p { color: rgb(130,45,75); }
H1.HeaderClassName
{
color: #822D4B;
}
.AnyTagClassName
{
color: #822D4B;
}
</style>
background-color css
<style>
a { background-color: #822D4B; }
a { background-color: rgb(130,45,75); }
div.DivClassName
{
background-color: #822D4B;
}
.BgClassName
{
background-color: #822D4B;
}
</style>
border-color css
<style>
span { border-color: #822D4B; }
span { border-color: rgb(130,45,75); }
td.TdClassName
{
border-color: #822D4B;
}
.TagClassName
{
border-color: #822D4B;
}
</style>