Shades of Scarlett #82152E
Tints of Scarlett #82152E
RGB
CMYK
RGB Variations
Color information
#82152E (or 0x82152E) is known color: Scarlett. HEX triplet: 82, 15 and 2E. RGB value is (130,21,46). Sum of RGB (Red+Green+Blue) = 130+21+46=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82152E is #7DEAD1. Grayscale: #383838. Windows color (decimal): -8252114 or 3020162. OLE color: 3020162.
HSL color Cylindrical-coordinate representation of color #82152E: hue angle of 346.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82152E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 46 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.49 |
| HSL | 346.24º | 0.72% | 0.3% | - |
| HSV(B) | 346.24º | 0.84% | 0.51% | - |
| XYZ | 9.97 | 5.48 | 3.12 | - |
| YUV | 56.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 46 | 0 | 0.84 | 0.65 | 0.49 | 346.24 | 0.72 | 0.3 |
| Hex | 82 | 15 | 2E | 0 | 54 | 41 | 31 | 15A | 48 | 1E |
| Octal | 202 | 25 | 56 | 0 | 124 | 101 | 61 | 532 | 110 | 36 |
| Binary | 10000010 | 10101 | 101110 | 0 | 1010100 | 1000001 | 110001 | 101011010 | 1001000 | 11110 |
Color Harmonies of #82152E
Complementary color
Monochromatic Colors of #82152E
Black with #82152E
Text Example
Text Example
White with #82152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82152E; }
p { color: rgb(130,21,46); }
H1.HeaderClassName
{
color: #82152E;
}
.AnyTagClassName
{
color: #82152E;
}
</style>
background-color css
<style>
a { background-color: #82152E; }
a { background-color: rgb(130,21,46); }
div.DivClassName
{
background-color: #82152E;
}
.BgClassName
{
background-color: #82152E;
}
</style>
border-color css
<style>
span { border-color: #82152E; }
span { border-color: rgb(130,21,46); }
td.TdClassName
{
border-color: #82152E;
}
.TagClassName
{
border-color: #82152E;
}
</style>