Shades of Scarlett #82202C
Tints of Scarlett #82202C
RGB
CMYK
RGB Variations
Color information
#82202C (or 0x82202C) is known color: Scarlett. HEX triplet: 82, 20 and 2C. RGB value is (130,32,44). Sum of RGB (Red+Green+Blue) = 130+32+44=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202C is #7DDFD3. Grayscale: #3E3E3E. Windows color (decimal): -8249300 or 2891906. OLE color: 2891906.
HSL color Cylindrical-coordinate representation of color #82202C: hue angle of 352.65º 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 #82202C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 44 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.49 |
| HSL | 352.65º | 0.6% | 0.32% | - |
| HSV(B) | 352.65º | 0.75% | 0.51% | - |
| XYZ | 10.18 | 5.96 | 3 | - |
| YUV | 62.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 44 | 0 | 0.75 | 0.66 | 0.49 | 352.65 | 0.6 | 0.32 |
| Hex | 82 | 20 | 2C | 0 | 4B | 42 | 31 | 161 | 3C | 20 |
| Octal | 202 | 40 | 54 | 0 | 113 | 102 | 61 | 541 | 74 | 40 |
| Binary | 10000010 | 100000 | 101100 | 0 | 1001011 | 1000010 | 110001 | 101100001 | 111100 | 100000 |
Color Harmonies of #82202C
Complementary color
Monochromatic Colors of #82202C
Black with #82202C
Text Example
Text Example
White with #82202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82202C; }
p { color: rgb(130,32,44); }
H1.HeaderClassName
{
color: #82202C;
}
.AnyTagClassName
{
color: #82202C;
}
</style>
background-color css
<style>
a { background-color: #82202C; }
a { background-color: rgb(130,32,44); }
div.DivClassName
{
background-color: #82202C;
}
.BgClassName
{
background-color: #82202C;
}
</style>
border-color css
<style>
span { border-color: #82202C; }
span { border-color: rgb(130,32,44); }
td.TdClassName
{
border-color: #82202C;
}
.TagClassName
{
border-color: #82202C;
}
</style>