Shades of Scarlett #82172F
Tints of Scarlett #82172F
RGB
CMYK
RGB Variations
Color information
#82172F (or 0x82172F) is known color: Scarlett. HEX triplet: 82, 17 and 2F. RGB value is (130,23,47). Sum of RGB (Red+Green+Blue) = 130+23+47=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #82172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82172F is #7DE8D0. Grayscale: #393939. Windows color (decimal): -8251601 or 3086210. OLE color: 3086210.
HSL color Cylindrical-coordinate representation of color #82172F: hue angle of 346.54º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82172F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 47 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.49 |
| HSL | 346.54º | 0.7% | 0.3% | - |
| HSV(B) | 346.54º | 0.82% | 0.51% | - |
| XYZ | 10.03 | 5.56 | 3.23 | - |
| YUV | 57.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 47 | 0 | 0.82 | 0.64 | 0.49 | 346.54 | 0.7 | 0.3 |
| Hex | 82 | 17 | 2F | 0 | 52 | 40 | 31 | 15B | 46 | 1E |
| Octal | 202 | 27 | 57 | 0 | 122 | 100 | 61 | 533 | 106 | 36 |
| Binary | 10000010 | 10111 | 101111 | 0 | 1010010 | 1000000 | 110001 | 101011011 | 1000110 | 11110 |
Color Harmonies of #82172F
Complementary color
Monochromatic Colors of #82172F
Black with #82172F
Text Example
Text Example
White with #82172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82172F; }
p { color: rgb(130,23,47); }
H1.HeaderClassName
{
color: #82172F;
}
.AnyTagClassName
{
color: #82172F;
}
</style>
background-color css
<style>
a { background-color: #82172F; }
a { background-color: rgb(130,23,47); }
div.DivClassName
{
background-color: #82172F;
}
.BgClassName
{
background-color: #82172F;
}
</style>
border-color css
<style>
span { border-color: #82172F; }
span { border-color: rgb(130,23,47); }
td.TdClassName
{
border-color: #82172F;
}
.TagClassName
{
border-color: #82172F;
}
</style>