Shades of Scarlett #82192D
Tints of Scarlett #82192D
RGB
CMYK
RGB Variations
Color information
#82192D (or 0x82192D) is known color: Scarlett. HEX triplet: 82, 19 and 2D. RGB value is (130,25,45). Sum of RGB (Red+Green+Blue) = 130+25+45=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #82192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192D is #7DE6D2. Grayscale: #3A3A3A. Windows color (decimal): -8251091 or 2955650. OLE color: 2955650.
HSL color Cylindrical-coordinate representation of color #82192D: hue angle of 348.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82192D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 45 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.49 |
| HSL | 348.57º | 0.68% | 0.3% | - |
| HSV(B) | 348.57º | 0.81% | 0.51% | - |
| XYZ | 10.03 | 5.63 | 3.04 | - |
| YUV | 58.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 45 | 0 | 0.81 | 0.65 | 0.49 | 348.57 | 0.68 | 0.3 |
| Hex | 82 | 19 | 2D | 0 | 51 | 41 | 31 | 15D | 44 | 1E |
| Octal | 202 | 31 | 55 | 0 | 121 | 101 | 61 | 535 | 104 | 36 |
| Binary | 10000010 | 11001 | 101101 | 0 | 1010001 | 1000001 | 110001 | 101011101 | 1000100 | 11110 |
Color Harmonies of #82192D
Complementary color
Monochromatic Colors of #82192D
Black with #82192D
Text Example
Text Example
White with #82192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82192D; }
p { color: rgb(130,25,45); }
H1.HeaderClassName
{
color: #82192D;
}
.AnyTagClassName
{
color: #82192D;
}
</style>
background-color css
<style>
a { background-color: #82192D; }
a { background-color: rgb(130,25,45); }
div.DivClassName
{
background-color: #82192D;
}
.BgClassName
{
background-color: #82192D;
}
</style>
border-color css
<style>
span { border-color: #82192D; }
span { border-color: rgb(130,25,45); }
td.TdClassName
{
border-color: #82192D;
}
.TagClassName
{
border-color: #82192D;
}
</style>