Shades of Scarlett #82142F
Tints of Scarlett #82142F
RGB
CMYK
RGB Variations
Color information
#82142F (or 0x82142F) is known color: Scarlett. HEX triplet: 82, 14 and 2F. RGB value is (130,20,47). Sum of RGB (Red+Green+Blue) = 130+20+47=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82142F is #7DEBD0. Grayscale: #373737. Windows color (decimal): -8252369 or 3085442. OLE color: 3085442.
HSL color Cylindrical-coordinate representation of color #82142F: hue angle of 345.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82142F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 47 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.49 |
| HSL | 345.27º | 0.73% | 0.29% | - |
| HSV(B) | 345.27º | 0.85% | 0.51% | - |
| XYZ | 9.97 | 5.45 | 3.22 | - |
| YUV | 55.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 47 | 0 | 0.85 | 0.64 | 0.49 | 345.27 | 0.73 | 0.29 |
| Hex | 82 | 14 | 2F | 0 | 55 | 40 | 31 | 159 | 49 | 1D |
| Octal | 202 | 24 | 57 | 0 | 125 | 100 | 61 | 531 | 111 | 35 |
| Binary | 10000010 | 10100 | 101111 | 0 | 1010101 | 1000000 | 110001 | 101011001 | 1001001 | 11101 |
Color Harmonies of #82142F
Complementary color
Monochromatic Colors of #82142F
Black with #82142F
Text Example
Text Example
White with #82142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82142F; }
p { color: rgb(130,20,47); }
H1.HeaderClassName
{
color: #82142F;
}
.AnyTagClassName
{
color: #82142F;
}
</style>
background-color css
<style>
a { background-color: #82142F; }
a { background-color: rgb(130,20,47); }
div.DivClassName
{
background-color: #82142F;
}
.BgClassName
{
background-color: #82142F;
}
</style>
border-color css
<style>
span { border-color: #82142F; }
span { border-color: rgb(130,20,47); }
td.TdClassName
{
border-color: #82142F;
}
.TagClassName
{
border-color: #82142F;
}
</style>