Shades of Scarlett #82202D
Tints of Scarlett #82202D
RGB
CMYK
RGB Variations
Color information
#82202D (or 0x82202D) is known color: Scarlett. HEX triplet: 82, 20 and 2D. RGB value is (130,32,45). Sum of RGB (Red+Green+Blue) = 130+32+45=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202D is #7DDFD2. Grayscale: #3E3E3E. Windows color (decimal): -8249299 or 2957442. OLE color: 2957442.
HSL color Cylindrical-coordinate representation of color #82202D: hue angle of 352.04º 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 #82202D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 45 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.49 |
| HSL | 352.04º | 0.6% | 0.32% | - |
| HSV(B) | 352.04º | 0.75% | 0.51% | - |
| XYZ | 10.2 | 5.97 | 3.1 | - |
| YUV | 62.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 45 | 0 | 0.75 | 0.65 | 0.49 | 352.04 | 0.6 | 0.32 |
| Hex | 82 | 20 | 2D | 0 | 4B | 41 | 31 | 160 | 3C | 20 |
| Octal | 202 | 40 | 55 | 0 | 113 | 101 | 61 | 540 | 74 | 40 |
| Binary | 10000010 | 100000 | 101101 | 0 | 1001011 | 1000001 | 110001 | 101100000 | 111100 | 100000 |
Color Harmonies of #82202D
Complementary color
Monochromatic Colors of #82202D
Black with #82202D
Text Example
Text Example
White with #82202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82202D; }
p { color: rgb(130,32,45); }
H1.HeaderClassName
{
color: #82202D;
}
.AnyTagClassName
{
color: #82202D;
}
</style>
background-color css
<style>
a { background-color: #82202D; }
a { background-color: rgb(130,32,45); }
div.DivClassName
{
background-color: #82202D;
}
.BgClassName
{
background-color: #82202D;
}
</style>
border-color css
<style>
span { border-color: #82202D; }
span { border-color: rgb(130,32,45); }
td.TdClassName
{
border-color: #82202D;
}
.TagClassName
{
border-color: #82202D;
}
</style>