Shades of Disco #821B40
Tints of Disco #821B40
RGB
CMYK
RGB Variations
Color information
#821B40 (or 0x821B40) is known color: Disco. HEX triplet: 82, 1B and 40. RGB value is (130,27,64). Sum of RGB (Red+Green+Blue) = 130+27+64=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B40 is #7DE4BF. Grayscale: #3D3D3D. Windows color (decimal): -8250560 or 4201346. OLE color: 4201346.
HSL color Cylindrical-coordinate representation of color #821B40: hue angle of 338.45º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B40 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 64 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.49 |
| HSL | 338.45º | 0.66% | 0.31% | - |
| HSV(B) | 338.45º | 0.79% | 0.51% | - |
| XYZ | 10.52 | 5.9 | 5.43 | - |
| YUV | 62.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 64 | 0 | 0.79 | 0.51 | 0.49 | 338.45 | 0.66 | 0.31 |
| Hex | 82 | 1B | 40 | 0 | 4F | 33 | 31 | 152 | 42 | 1F |
| Octal | 202 | 33 | 100 | 0 | 117 | 63 | 61 | 522 | 102 | 37 |
| Binary | 10000010 | 11011 | 1000000 | 0 | 1001111 | 110011 | 110001 | 101010010 | 1000010 | 11111 |
Color Harmonies of #821B40
Complementary color
Monochromatic Colors of #821B40
Black with #821B40
Text Example
Text Example
White with #821B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B40; }
p { color: rgb(130,27,64); }
H1.HeaderClassName
{
color: #821B40;
}
.AnyTagClassName
{
color: #821B40;
}
</style>
background-color css
<style>
a { background-color: #821B40; }
a { background-color: rgb(130,27,64); }
div.DivClassName
{
background-color: #821B40;
}
.BgClassName
{
background-color: #821B40;
}
</style>
border-color css
<style>
span { border-color: #821B40; }
span { border-color: rgb(130,27,64); }
td.TdClassName
{
border-color: #821B40;
}
.TagClassName
{
border-color: #821B40;
}
</style>