Shades of Scarlett #82192A
Tints of Scarlett #82192A
RGB
CMYK
RGB Variations
Color information
#82192A (or 0x82192A) is known color: Scarlett. HEX triplet: 82, 19 and 2A. RGB value is (130,25,42). Sum of RGB (Red+Green+Blue) = 130+25+42=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192A is #7DE6D5. Grayscale: #3A3A3A. Windows color (decimal): -8251094 or 2759042. OLE color: 2759042.
HSL color Cylindrical-coordinate representation of color #82192A: hue angle of 350.29º 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 #82192A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 42 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.49 |
| HSL | 350.29º | 0.68% | 0.3% | - |
| HSV(B) | 350.29º | 0.81% | 0.51% | - |
| XYZ | 9.97 | 5.61 | 2.75 | - |
| YUV | 58.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 42 | 0 | 0.81 | 0.68 | 0.49 | 350.29 | 0.68 | 0.3 |
| Hex | 82 | 19 | 2A | 0 | 51 | 44 | 31 | 15E | 44 | 1E |
| Octal | 202 | 31 | 52 | 0 | 121 | 104 | 61 | 536 | 104 | 36 |
| Binary | 10000010 | 11001 | 101010 | 0 | 1010001 | 1000100 | 110001 | 101011110 | 1000100 | 11110 |
Color Harmonies of #82192A
Complementary color
Monochromatic Colors of #82192A
Black with #82192A
Text Example
Text Example
White with #82192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82192A; }
p { color: rgb(130,25,42); }
H1.HeaderClassName
{
color: #82192A;
}
.AnyTagClassName
{
color: #82192A;
}
</style>
background-color css
<style>
a { background-color: #82192A; }
a { background-color: rgb(130,25,42); }
div.DivClassName
{
background-color: #82192A;
}
.BgClassName
{
background-color: #82192A;
}
</style>
border-color css
<style>
span { border-color: #82192A; }
span { border-color: rgb(130,25,42); }
td.TdClassName
{
border-color: #82192A;
}
.TagClassName
{
border-color: #82192A;
}
</style>