Shades of Scarlett #82122D
Tints of Scarlett #82122D
RGB
CMYK
RGB Variations
Color information
#82122D (or 0x82122D) is known color: Scarlett. HEX triplet: 82, 12 and 2D. RGB value is (130,18,45). Sum of RGB (Red+Green+Blue) = 130+18+45=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82122D is #7DEDD2. Grayscale: #363636. Windows color (decimal): -8252883 or 2953858. OLE color: 2953858.
HSL color Cylindrical-coordinate representation of color #82122D: hue angle of 345.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82122D is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 45 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.49 |
| HSL | 345.54º | 0.76% | 0.29% | - |
| HSV(B) | 345.54º | 0.86% | 0.51% | - |
| XYZ | 9.9 | 5.37 | 3 | - |
| YUV | 54.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 45 | 0 | 0.86 | 0.65 | 0.49 | 345.54 | 0.76 | 0.29 |
| Hex | 82 | 12 | 2D | 0 | 56 | 41 | 31 | 15A | 4C | 1D |
| Octal | 202 | 22 | 55 | 0 | 126 | 101 | 61 | 532 | 114 | 35 |
| Binary | 10000010 | 10010 | 101101 | 0 | 1010110 | 1000001 | 110001 | 101011010 | 1001100 | 11101 |
Color Harmonies of #82122D
Complementary color
Monochromatic Colors of #82122D
Black with #82122D
Text Example
Text Example
White with #82122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82122D; }
p { color: rgb(130,18,45); }
H1.HeaderClassName
{
color: #82122D;
}
.AnyTagClassName
{
color: #82122D;
}
</style>
background-color css
<style>
a { background-color: #82122D; }
a { background-color: rgb(130,18,45); }
div.DivClassName
{
background-color: #82122D;
}
.BgClassName
{
background-color: #82122D;
}
</style>
border-color css
<style>
span { border-color: #82122D; }
span { border-color: rgb(130,18,45); }
td.TdClassName
{
border-color: #82122D;
}
.TagClassName
{
border-color: #82122D;
}
</style>