Shades of Scarlett #82202A
Tints of Scarlett #82202A
RGB
CMYK
RGB Variations
Color information
#82202A (or 0x82202A) is known color: Scarlett. HEX triplet: 82, 20 and 2A. RGB value is (130,32,42). Sum of RGB (Red+Green+Blue) = 130+32+42=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #82202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202A is #7DDFD5. Grayscale: #3E3E3E. Windows color (decimal): -8249302 or 2760834. OLE color: 2760834.
HSL color Cylindrical-coordinate representation of color #82202A: hue angle of 353.88º 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 #82202A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 42 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.49 |
| HSL | 353.88º | 0.6% | 0.32% | - |
| HSV(B) | 353.88º | 0.75% | 0.51% | - |
| XYZ | 10.14 | 5.95 | 2.8 | - |
| YUV | 62.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 42 | 0 | 0.75 | 0.68 | 0.49 | 353.88 | 0.6 | 0.32 |
| Hex | 82 | 20 | 2A | 0 | 4B | 44 | 31 | 162 | 3C | 20 |
| Octal | 202 | 40 | 52 | 0 | 113 | 104 | 61 | 542 | 74 | 40 |
| Binary | 10000010 | 100000 | 101010 | 0 | 1001011 | 1000100 | 110001 | 101100010 | 111100 | 100000 |
Color Harmonies of #82202A
Complementary color
Monochromatic Colors of #82202A
Black with #82202A
Text Example
Text Example
White with #82202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82202A; }
p { color: rgb(130,32,42); }
H1.HeaderClassName
{
color: #82202A;
}
.AnyTagClassName
{
color: #82202A;
}
</style>
background-color css
<style>
a { background-color: #82202A; }
a { background-color: rgb(130,32,42); }
div.DivClassName
{
background-color: #82202A;
}
.BgClassName
{
background-color: #82202A;
}
</style>
border-color css
<style>
span { border-color: #82202A; }
span { border-color: rgb(130,32,42); }
td.TdClassName
{
border-color: #82202A;
}
.TagClassName
{
border-color: #82202A;
}
</style>