Shades of Scarlett #82182F
Tints of Scarlett #82182F
RGB
CMYK
RGB Variations
Color information
#82182F (or 0x82182F) is known color: Scarlett. HEX triplet: 82, 18 and 2F. RGB value is (130,24,47). Sum of RGB (Red+Green+Blue) = 130+24+47=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #82182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82182F is #7DE7D0. Grayscale: #3A3A3A. Windows color (decimal): -8251345 or 3086466. OLE color: 3086466.
HSL color Cylindrical-coordinate representation of color #82182F: hue angle of 346.98º degrees, saturation: 0.69, 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 #82182F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 47 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.49 |
| HSL | 346.98º | 0.69% | 0.3% | - |
| HSV(B) | 346.98º | 0.82% | 0.51% | - |
| XYZ | 10.05 | 5.6 | 3.24 | - |
| YUV | 58.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 47 | 0 | 0.82 | 0.64 | 0.49 | 346.98 | 0.69 | 0.3 |
| Hex | 82 | 18 | 2F | 0 | 52 | 40 | 31 | 15B | 45 | 1E |
| Octal | 202 | 30 | 57 | 0 | 122 | 100 | 61 | 533 | 105 | 36 |
| Binary | 10000010 | 11000 | 101111 | 0 | 1010010 | 1000000 | 110001 | 101011011 | 1000101 | 11110 |
Color Harmonies of #82182F
Complementary color
Monochromatic Colors of #82182F
Black with #82182F
Text Example
Text Example
White with #82182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82182F; }
p { color: rgb(130,24,47); }
H1.HeaderClassName
{
color: #82182F;
}
.AnyTagClassName
{
color: #82182F;
}
</style>
background-color css
<style>
a { background-color: #82182F; }
a { background-color: rgb(130,24,47); }
div.DivClassName
{
background-color: #82182F;
}
.BgClassName
{
background-color: #82182F;
}
</style>
border-color css
<style>
span { border-color: #82182F; }
span { border-color: rgb(130,24,47); }
td.TdClassName
{
border-color: #82182F;
}
.TagClassName
{
border-color: #82182F;
}
</style>