Shades of Scarlett #82183B
Tints of Scarlett #82183B
RGB
CMYK
RGB Variations
Color information
#82183B (or 0x82183B) is known color: Scarlett. HEX triplet: 82, 18 and 3B. RGB value is (130,24,59). Sum of RGB (Red+Green+Blue) = 130+24+59=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82183B is #7DE7C4. Grayscale: #3B3B3B. Windows color (decimal): -8251333 or 3872898. OLE color: 3872898.
HSL color Cylindrical-coordinate representation of color #82183B: hue angle of 340.19º 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 #82183B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 59 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.49 |
| HSL | 340.19º | 0.69% | 0.3% | - |
| HSV(B) | 340.19º | 0.82% | 0.51% | - |
| XYZ | 10.32 | 5.71 | 4.7 | - |
| YUV | 59.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 59 | 0 | 0.82 | 0.55 | 0.49 | 340.19 | 0.69 | 0.3 |
| Hex | 82 | 18 | 3B | 0 | 52 | 37 | 31 | 154 | 45 | 1E |
| Octal | 202 | 30 | 73 | 0 | 122 | 67 | 61 | 524 | 105 | 36 |
| Binary | 10000010 | 11000 | 111011 | 0 | 1010010 | 110111 | 110001 | 101010100 | 1000101 | 11110 |
Color Harmonies of #82183B
Complementary color
Monochromatic Colors of #82183B
Black with #82183B
Text Example
Text Example
White with #82183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82183B; }
p { color: rgb(130,24,59); }
H1.HeaderClassName
{
color: #82183B;
}
.AnyTagClassName
{
color: #82183B;
}
</style>
background-color css
<style>
a { background-color: #82183B; }
a { background-color: rgb(130,24,59); }
div.DivClassName
{
background-color: #82183B;
}
.BgClassName
{
background-color: #82183B;
}
</style>
border-color css
<style>
span { border-color: #82183B; }
span { border-color: rgb(130,24,59); }
td.TdClassName
{
border-color: #82183B;
}
.TagClassName
{
border-color: #82183B;
}
</style>