Shades of Scarlett #82222E
Tints of Scarlett #82222E
RGB
CMYK
RGB Variations
Color information
#82222E (or 0x82222E) is known color: Scarlett. HEX triplet: 82, 22 and 2E. RGB value is (130,34,46). Sum of RGB (Red+Green+Blue) = 130+34+46=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82222E is #7DDDD1. Grayscale: #404040. Windows color (decimal): -8248786 or 3023490. OLE color: 3023490.
HSL color Cylindrical-coordinate representation of color #82222E: hue angle of 352.5º 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 #82222E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 46 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.49 |
| HSL | 352.5º | 0.59% | 0.32% | - |
| HSV(B) | 352.5º | 0.74% | 0.51% | - |
| XYZ | 10.27 | 6.09 | 3.22 | - |
| YUV | 64.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 46 | 0 | 0.74 | 0.65 | 0.49 | 352.5 | 0.59 | 0.32 |
| Hex | 82 | 22 | 2E | 0 | 4A | 41 | 31 | 160 | 3B | 20 |
| Octal | 202 | 42 | 56 | 0 | 112 | 101 | 61 | 540 | 73 | 40 |
| Binary | 10000010 | 100010 | 101110 | 0 | 1001010 | 1000001 | 110001 | 101100000 | 111011 | 100000 |
Color Harmonies of #82222E
Complementary color
Monochromatic Colors of #82222E
Black with #82222E
Text Example
Text Example
White with #82222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82222E; }
p { color: rgb(130,34,46); }
H1.HeaderClassName
{
color: #82222E;
}
.AnyTagClassName
{
color: #82222E;
}
</style>
background-color css
<style>
a { background-color: #82222E; }
a { background-color: rgb(130,34,46); }
div.DivClassName
{
background-color: #82222E;
}
.BgClassName
{
background-color: #82222E;
}
</style>
border-color css
<style>
span { border-color: #82222E; }
span { border-color: rgb(130,34,46); }
td.TdClassName
{
border-color: #82222E;
}
.TagClassName
{
border-color: #82222E;
}
</style>