Shades of Scarlett #82202F
Tints of Scarlett #82202F
RGB
CMYK
RGB Variations
Color information
#82202F (or 0x82202F) is known color: Scarlett. HEX triplet: 82, 20 and 2F. RGB value is (130,32,47). Sum of RGB (Red+Green+Blue) = 130+32+47=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202F is #7DDFD0. Grayscale: #3F3F3F. Windows color (decimal): -8249297 or 3088514. OLE color: 3088514.
HSL color Cylindrical-coordinate representation of color #82202F: hue angle of 350.82º 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 #82202F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 47 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.49 |
| HSL | 350.82º | 0.6% | 0.32% | - |
| HSV(B) | 350.82º | 0.75% | 0.51% | - |
| XYZ | 10.24 | 5.98 | 3.3 | - |
| YUV | 63.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 47 | 0 | 0.75 | 0.64 | 0.49 | 350.82 | 0.6 | 0.32 |
| Hex | 82 | 20 | 2F | 0 | 4B | 40 | 31 | 15F | 3C | 20 |
| Octal | 202 | 40 | 57 | 0 | 113 | 100 | 61 | 537 | 74 | 40 |
| Binary | 10000010 | 100000 | 101111 | 0 | 1001011 | 1000000 | 110001 | 101011111 | 111100 | 100000 |
Color Harmonies of #82202F
Complementary color
Monochromatic Colors of #82202F
Black with #82202F
Text Example
Text Example
White with #82202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82202F; }
p { color: rgb(130,32,47); }
H1.HeaderClassName
{
color: #82202F;
}
.AnyTagClassName
{
color: #82202F;
}
</style>
background-color css
<style>
a { background-color: #82202F; }
a { background-color: rgb(130,32,47); }
div.DivClassName
{
background-color: #82202F;
}
.BgClassName
{
background-color: #82202F;
}
</style>
border-color css
<style>
span { border-color: #82202F; }
span { border-color: rgb(130,32,47); }
td.TdClassName
{
border-color: #82202F;
}
.TagClassName
{
border-color: #82202F;
}
</style>