Shades of Scarlett #82192C
Tints of Scarlett #82192C
RGB
CMYK
RGB Variations
Color information
#82192C (or 0x82192C) is known color: Scarlett. HEX triplet: 82, 19 and 2C. RGB value is (130,25,44). Sum of RGB (Red+Green+Blue) = 130+25+44=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82192C is #7DE6D3. Grayscale: #3A3A3A. Windows color (decimal): -8251092 or 2890114. OLE color: 2890114.
HSL color Cylindrical-coordinate representation of color #82192C: hue angle of 349.14º 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 #82192C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 44 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.49 |
| HSL | 349.14º | 0.68% | 0.3% | - |
| HSV(B) | 349.14º | 0.81% | 0.51% | - |
| XYZ | 10.01 | 5.62 | 2.94 | - |
| YUV | 58.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 44 | 0 | 0.81 | 0.66 | 0.49 | 349.14 | 0.68 | 0.3 |
| Hex | 82 | 19 | 2C | 0 | 51 | 42 | 31 | 15D | 44 | 1E |
| Octal | 202 | 31 | 54 | 0 | 121 | 102 | 61 | 535 | 104 | 36 |
| Binary | 10000010 | 11001 | 101100 | 0 | 1010001 | 1000010 | 110001 | 101011101 | 1000100 | 11110 |
Color Harmonies of #82192C
Complementary color
Monochromatic Colors of #82192C
Black with #82192C
Text Example
Text Example
White with #82192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82192C; }
p { color: rgb(130,25,44); }
H1.HeaderClassName
{
color: #82192C;
}
.AnyTagClassName
{
color: #82192C;
}
</style>
background-color css
<style>
a { background-color: #82192C; }
a { background-color: rgb(130,25,44); }
div.DivClassName
{
background-color: #82192C;
}
.BgClassName
{
background-color: #82192C;
}
</style>
border-color css
<style>
span { border-color: #82192C; }
span { border-color: rgb(130,25,44); }
td.TdClassName
{
border-color: #82192C;
}
.TagClassName
{
border-color: #82192C;
}
</style>