Shades of Scarlett #82152B
Tints of Scarlett #82152B
RGB
CMYK
RGB Variations
Color information
#82152B (or 0x82152B) is known color: Scarlett. HEX triplet: 82, 15 and 2B. RGB value is (130,21,43). Sum of RGB (Red+Green+Blue) = 130+21+43=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82152B is #7DEAD4. Grayscale: #383838. Windows color (decimal): -8252117 or 2823554. OLE color: 2823554.
HSL color Cylindrical-coordinate representation of color #82152B: hue angle of 347.89º 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 #82152B is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 43 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.49 |
| HSL | 347.89º | 0.72% | 0.3% | - |
| HSV(B) | 347.89º | 0.84% | 0.51% | - |
| XYZ | 9.91 | 5.46 | 2.82 | - |
| YUV | 56.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 43 | 0 | 0.84 | 0.67 | 0.49 | 347.89 | 0.72 | 0.3 |
| Hex | 82 | 15 | 2B | 0 | 54 | 43 | 31 | 15C | 48 | 1E |
| Octal | 202 | 25 | 53 | 0 | 124 | 103 | 61 | 534 | 110 | 36 |
| Binary | 10000010 | 10101 | 101011 | 0 | 1010100 | 1000011 | 110001 | 101011100 | 1001000 | 11110 |
Color Harmonies of #82152B
Complementary color
Monochromatic Colors of #82152B
Black with #82152B
Text Example
Text Example
White with #82152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82152B; }
p { color: rgb(130,21,43); }
H1.HeaderClassName
{
color: #82152B;
}
.AnyTagClassName
{
color: #82152B;
}
</style>
background-color css
<style>
a { background-color: #82152B; }
a { background-color: rgb(130,21,43); }
div.DivClassName
{
background-color: #82152B;
}
.BgClassName
{
background-color: #82152B;
}
</style>
border-color css
<style>
span { border-color: #82152B; }
span { border-color: rgb(130,21,43); }
td.TdClassName
{
border-color: #82152B;
}
.TagClassName
{
border-color: #82152B;
}
</style>