Shades of Scarlett #82192B
Tints of Scarlett #82192B
RGB
CMYK
RGB Variations
Color information
#82192B (or 0x82192B) is known color: Scarlett. HEX triplet: 82, 19 and 2B. RGB value is (130,25,43). Sum of RGB (Red+Green+Blue) = 130+25+43=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192B is #7DE6D4. Grayscale: #3A3A3A. Windows color (decimal): -8251093 or 2824578. OLE color: 2824578.
HSL color Cylindrical-coordinate representation of color #82192B: hue angle of 349.71º 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 #82192B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 43 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.49 |
| HSL | 349.71º | 0.68% | 0.3% | - |
| HSV(B) | 349.71º | 0.81% | 0.51% | - |
| XYZ | 9.99 | 5.62 | 2.84 | - |
| YUV | 58.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 43 | 0 | 0.81 | 0.67 | 0.49 | 349.71 | 0.68 | 0.3 |
| Hex | 82 | 19 | 2B | 0 | 51 | 43 | 31 | 15E | 44 | 1E |
| Octal | 202 | 31 | 53 | 0 | 121 | 103 | 61 | 536 | 104 | 36 |
| Binary | 10000010 | 11001 | 101011 | 0 | 1010001 | 1000011 | 110001 | 101011110 | 1000100 | 11110 |
Color Harmonies of #82192B
Complementary color
Monochromatic Colors of #82192B
Black with #82192B
Text Example
Text Example
White with #82192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82192B; }
p { color: rgb(130,25,43); }
H1.HeaderClassName
{
color: #82192B;
}
.AnyTagClassName
{
color: #82192B;
}
</style>
background-color css
<style>
a { background-color: #82192B; }
a { background-color: rgb(130,25,43); }
div.DivClassName
{
background-color: #82192B;
}
.BgClassName
{
background-color: #82192B;
}
</style>
border-color css
<style>
span { border-color: #82192B; }
span { border-color: rgb(130,25,43); }
td.TdClassName
{
border-color: #82192B;
}
.TagClassName
{
border-color: #82192B;
}
</style>