Shades of Disco #821B48
Tints of Disco #821B48
RGB
CMYK
RGB Variations
Color information
#821B48 (or 0x821B48) is known color: Disco. HEX triplet: 82, 1B and 48. RGB value is (130,27,72). Sum of RGB (Red+Green+Blue) = 130+27+72=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #821B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B48 is #7DE4B7. Grayscale: #3E3E3E. Windows color (decimal): -8250552 or 4725634. OLE color: 4725634.
HSL color Cylindrical-coordinate representation of color #821B48: hue angle of 333.79º 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 #821B48 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 72 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.49 |
| HSL | 333.79º | 0.66% | 0.31% | - |
| HSV(B) | 333.79º | 0.79% | 0.51% | - |
| XYZ | 10.77 | 6 | 6.72 | - |
| YUV | 62.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 72 | 0 | 0.79 | 0.45 | 0.49 | 333.79 | 0.66 | 0.31 |
| Hex | 82 | 1B | 48 | 0 | 4F | 2D | 31 | 14E | 42 | 1F |
| Octal | 202 | 33 | 110 | 0 | 117 | 55 | 61 | 516 | 102 | 37 |
| Binary | 10000010 | 11011 | 1001000 | 0 | 1001111 | 101101 | 110001 | 101001110 | 1000010 | 11111 |
Color Harmonies of #821B48
Complementary color
Monochromatic Colors of #821B48
Black with #821B48
Text Example
Text Example
White with #821B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B48; }
p { color: rgb(130,27,72); }
H1.HeaderClassName
{
color: #821B48;
}
.AnyTagClassName
{
color: #821B48;
}
</style>
background-color css
<style>
a { background-color: #821B48; }
a { background-color: rgb(130,27,72); }
div.DivClassName
{
background-color: #821B48;
}
.BgClassName
{
background-color: #821B48;
}
</style>
border-color css
<style>
span { border-color: #821B48; }
span { border-color: rgb(130,27,72); }
td.TdClassName
{
border-color: #821B48;
}
.TagClassName
{
border-color: #821B48;
}
</style>