Shades of Scarlett #83202E
Tints of Scarlett #83202E
RGB
CMYK
RGB Variations
Color information
#83202E (or 0x83202E) is known color: Scarlett. HEX triplet: 83, 20 and 2E. RGB value is (131,32,46). Sum of RGB (Red+Green+Blue) = 131+32+46=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83202E is #7CDFD1. Grayscale: #3F3F3F. Windows color (decimal): -8183762 or 3022979. OLE color: 3022979.
HSL color Cylindrical-coordinate representation of color #83202E: hue angle of 351.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83202E is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 46 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.49 |
| HSL | 351.52º | 0.61% | 0.32% | - |
| HSV(B) | 351.52º | 0.76% | 0.51% | - |
| XYZ | 10.37 | 6.06 | 3.21 | - |
| YUV | 63.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 46 | 0 | 0.76 | 0.65 | 0.49 | 351.52 | 0.61 | 0.32 |
| Hex | 83 | 20 | 2E | 0 | 4C | 41 | 31 | 160 | 3D | 20 |
| Octal | 203 | 40 | 56 | 0 | 114 | 101 | 61 | 540 | 75 | 40 |
| Binary | 10000011 | 100000 | 101110 | 0 | 1001100 | 1000001 | 110001 | 101100000 | 111101 | 100000 |
Color Harmonies of #83202E
Complementary color
Monochromatic Colors of #83202E
Black with #83202E
Text Example
Text Example
White with #83202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83202E; }
p { color: rgb(131,32,46); }
H1.HeaderClassName
{
color: #83202E;
}
.AnyTagClassName
{
color: #83202E;
}
</style>
background-color css
<style>
a { background-color: #83202E; }
a { background-color: rgb(131,32,46); }
div.DivClassName
{
background-color: #83202E;
}
.BgClassName
{
background-color: #83202E;
}
</style>
border-color css
<style>
span { border-color: #83202E; }
span { border-color: rgb(131,32,46); }
td.TdClassName
{
border-color: #83202E;
}
.TagClassName
{
border-color: #83202E;
}
</style>