Shades of Scarlett #82222F
Tints of Scarlett #82222F
RGB
CMYK
RGB Variations
Color information
#82222F (or 0x82222F) is known color: Scarlett. HEX triplet: 82, 22 and 2F. RGB value is (130,34,47). Sum of RGB (Red+Green+Blue) = 130+34+47=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82222F is #7DDDD0. Grayscale: #404040. Windows color (decimal): -8248785 or 3089026. OLE color: 3089026.
HSL color Cylindrical-coordinate representation of color #82222F: hue angle of 351.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82222F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 47 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.49 |
| HSL | 351.88º | 0.59% | 0.32% | - |
| HSV(B) | 351.88º | 0.74% | 0.51% | - |
| XYZ | 10.29 | 6.1 | 3.32 | - |
| YUV | 64.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 47 | 0 | 0.74 | 0.64 | 0.49 | 351.88 | 0.59 | 0.32 |
| Hex | 82 | 22 | 2F | 0 | 4A | 40 | 31 | 160 | 3B | 20 |
| Octal | 202 | 42 | 57 | 0 | 112 | 100 | 61 | 540 | 73 | 40 |
| Binary | 10000010 | 100010 | 101111 | 0 | 1001010 | 1000000 | 110001 | 101100000 | 111011 | 100000 |
Color Harmonies of #82222F
Complementary color
Monochromatic Colors of #82222F
Black with #82222F
Text Example
Text Example
White with #82222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82222F; }
p { color: rgb(130,34,47); }
H1.HeaderClassName
{
color: #82222F;
}
.AnyTagClassName
{
color: #82222F;
}
</style>
background-color css
<style>
a { background-color: #82222F; }
a { background-color: rgb(130,34,47); }
div.DivClassName
{
background-color: #82222F;
}
.BgClassName
{
background-color: #82222F;
}
</style>
border-color css
<style>
span { border-color: #82222F; }
span { border-color: rgb(130,34,47); }
td.TdClassName
{
border-color: #82222F;
}
.TagClassName
{
border-color: #82222F;
}
</style>