Shades of Scarlett #821831
Tints of Scarlett #821831
RGB
CMYK
RGB Variations
Color information
#821831 (or 0x821831) is known color: Scarlett. HEX triplet: 82, 18 and 31. RGB value is (130,24,49). Sum of RGB (Red+Green+Blue) = 130+24+49=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821831 is #7DE7CE. Grayscale: #3A3A3A. Windows color (decimal): -8251343 or 3217538. OLE color: 3217538.
HSL color Cylindrical-coordinate representation of color #821831: hue angle of 345.85º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821831 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 49 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.49 |
| HSL | 345.85º | 0.69% | 0.3% | - |
| HSV(B) | 345.85º | 0.82% | 0.51% | - |
| XYZ | 10.09 | 5.62 | 3.46 | - |
| YUV | 58.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 49 | 0 | 0.82 | 0.62 | 0.49 | 345.85 | 0.69 | 0.3 |
| Hex | 82 | 18 | 31 | 0 | 52 | 3E | 31 | 15A | 45 | 1E |
| Octal | 202 | 30 | 61 | 0 | 122 | 76 | 61 | 532 | 105 | 36 |
| Binary | 10000010 | 11000 | 110001 | 0 | 1010010 | 111110 | 110001 | 101011010 | 1000101 | 11110 |
Color Harmonies of #821831
Complementary color
Monochromatic Colors of #821831
Black with #821831
Text Example
Text Example
White with #821831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821831; }
p { color: rgb(130,24,49); }
H1.HeaderClassName
{
color: #821831;
}
.AnyTagClassName
{
color: #821831;
}
</style>
background-color css
<style>
a { background-color: #821831; }
a { background-color: rgb(130,24,49); }
div.DivClassName
{
background-color: #821831;
}
.BgClassName
{
background-color: #821831;
}
</style>
border-color css
<style>
span { border-color: #821831; }
span { border-color: rgb(130,24,49); }
td.TdClassName
{
border-color: #821831;
}
.TagClassName
{
border-color: #821831;
}
</style>