Shades of Disco #821B3F
Tints of Disco #821B3F
RGB
CMYK
RGB Variations
Color information
#821B3F (or 0x821B3F) is known color: Disco. HEX triplet: 82, 1B and 3F. RGB value is (130,27,63). Sum of RGB (Red+Green+Blue) = 130+27+63=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #821B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B3F is #7DE4C0. Grayscale: #3D3D3D. Windows color (decimal): -8250561 or 4135810. OLE color: 4135810.
HSL color Cylindrical-coordinate representation of color #821B3F: hue angle of 339.03º 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 #821B3F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 63 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.49 |
| HSL | 339.03º | 0.66% | 0.31% | - |
| HSV(B) | 339.03º | 0.79% | 0.51% | - |
| XYZ | 10.5 | 5.89 | 5.29 | - |
| YUV | 61.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 63 | 0 | 0.79 | 0.52 | 0.49 | 339.03 | 0.66 | 0.31 |
| Hex | 82 | 1B | 3F | 0 | 4F | 34 | 31 | 153 | 42 | 1F |
| Octal | 202 | 33 | 77 | 0 | 117 | 64 | 61 | 523 | 102 | 37 |
| Binary | 10000010 | 11011 | 111111 | 0 | 1001111 | 110100 | 110001 | 101010011 | 1000010 | 11111 |
Color Harmonies of #821B3F
Complementary color
Monochromatic Colors of #821B3F
Black with #821B3F
Text Example
Text Example
White with #821B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B3F; }
p { color: rgb(130,27,63); }
H1.HeaderClassName
{
color: #821B3F;
}
.AnyTagClassName
{
color: #821B3F;
}
</style>
background-color css
<style>
a { background-color: #821B3F; }
a { background-color: rgb(130,27,63); }
div.DivClassName
{
background-color: #821B3F;
}
.BgClassName
{
background-color: #821B3F;
}
</style>
border-color css
<style>
span { border-color: #821B3F; }
span { border-color: rgb(130,27,63); }
td.TdClassName
{
border-color: #821B3F;
}
.TagClassName
{
border-color: #821B3F;
}
</style>