Shades of Scarlett #82212A
Tints of Scarlett #82212A
RGB
CMYK
RGB Variations
Color information
#82212A (or 0x82212A) is known color: Scarlett. HEX triplet: 82, 21 and 2A. RGB value is (130,33,42). Sum of RGB (Red+Green+Blue) = 130+33+42=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212A is #7DDED5. Grayscale: #3F3F3F. Windows color (decimal): -8249046 or 2761090. OLE color: 2761090.
HSL color Cylindrical-coordinate representation of color #82212A: hue angle of 354.43º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82212A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 42 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.49 |
| HSL | 354.43º | 0.6% | 0.32% | - |
| HSV(B) | 354.43º | 0.75% | 0.51% | - |
| XYZ | 10.17 | 6 | 2.81 | - |
| YUV | 63.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 42 | 0 | 0.75 | 0.68 | 0.49 | 354.43 | 0.6 | 0.32 |
| Hex | 82 | 21 | 2A | 0 | 4B | 44 | 31 | 162 | 3C | 20 |
| Octal | 202 | 41 | 52 | 0 | 113 | 104 | 61 | 542 | 74 | 40 |
| Binary | 10000010 | 100001 | 101010 | 0 | 1001011 | 1000100 | 110001 | 101100010 | 111100 | 100000 |
Color Harmonies of #82212A
Complementary color
Monochromatic Colors of #82212A
Black with #82212A
Text Example
Text Example
White with #82212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82212A; }
p { color: rgb(130,33,42); }
H1.HeaderClassName
{
color: #82212A;
}
.AnyTagClassName
{
color: #82212A;
}
</style>
background-color css
<style>
a { background-color: #82212A; }
a { background-color: rgb(130,33,42); }
div.DivClassName
{
background-color: #82212A;
}
.BgClassName
{
background-color: #82212A;
}
</style>
border-color css
<style>
span { border-color: #82212A; }
span { border-color: rgb(130,33,42); }
td.TdClassName
{
border-color: #82212A;
}
.TagClassName
{
border-color: #82212A;
}
</style>