Shades of Scarlett #82192E
Tints of Scarlett #82192E
RGB
CMYK
RGB Variations
Color information
#82192E (or 0x82192E) is known color: Scarlett. HEX triplet: 82, 19 and 2E. RGB value is (130,25,46). Sum of RGB (Red+Green+Blue) = 130+25+46=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #82192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192E is #7DE6D1. Grayscale: #3A3A3A. Windows color (decimal): -8251090 or 3021186. OLE color: 3021186.
HSL color Cylindrical-coordinate representation of color #82192E: hue angle of 348º 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 #82192E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 46 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.49 |
| HSL | 348º | 0.68% | 0.3% | - |
| HSV(B) | 348º | 0.81% | 0.51% | - |
| XYZ | 10.05 | 5.64 | 3.14 | - |
| YUV | 58.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 46 | 0 | 0.81 | 0.65 | 0.49 | 348 | 0.68 | 0.3 |
| Hex | 82 | 19 | 2E | 0 | 51 | 41 | 31 | 15C | 44 | 1E |
| Octal | 202 | 31 | 56 | 0 | 121 | 101 | 61 | 534 | 104 | 36 |
| Binary | 10000010 | 11001 | 101110 | 0 | 1010001 | 1000001 | 110001 | 101011100 | 1000100 | 11110 |
Color Harmonies of #82192E
Complementary color
Monochromatic Colors of #82192E
Black with #82192E
Text Example
Text Example
White with #82192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82192E; }
p { color: rgb(130,25,46); }
H1.HeaderClassName
{
color: #82192E;
}
.AnyTagClassName
{
color: #82192E;
}
</style>
background-color css
<style>
a { background-color: #82192E; }
a { background-color: rgb(130,25,46); }
div.DivClassName
{
background-color: #82192E;
}
.BgClassName
{
background-color: #82192E;
}
</style>
border-color css
<style>
span { border-color: #82192E; }
span { border-color: rgb(130,25,46); }
td.TdClassName
{
border-color: #82192E;
}
.TagClassName
{
border-color: #82192E;
}
</style>