Shades of Scarlett #83212B
Tints of Scarlett #83212B
RGB
CMYK
RGB Variations
Color information
#83212B (or 0x83212B) is known color: Scarlett. HEX triplet: 83, 21 and 2B. RGB value is (131,33,43). Sum of RGB (Red+Green+Blue) = 131+33+43=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83212B is #7CDED4. Grayscale: #3F3F3F. Windows color (decimal): -8183509 or 2826627. OLE color: 2826627.
HSL color Cylindrical-coordinate representation of color #83212B: hue angle of 353.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83212B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 43 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.49 |
| HSL | 353.88º | 0.6% | 0.32% | - |
| HSV(B) | 353.88º | 0.75% | 0.51% | - |
| XYZ | 10.34 | 6.09 | 2.92 | - |
| YUV | 63.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 43 | 0 | 0.75 | 0.67 | 0.49 | 353.88 | 0.6 | 0.32 |
| Hex | 83 | 21 | 2B | 0 | 4B | 43 | 31 | 162 | 3C | 20 |
| Octal | 203 | 41 | 53 | 0 | 113 | 103 | 61 | 542 | 74 | 40 |
| Binary | 10000011 | 100001 | 101011 | 0 | 1001011 | 1000011 | 110001 | 101100010 | 111100 | 100000 |
Color Harmonies of #83212B
Complementary color
Monochromatic Colors of #83212B
Black with #83212B
Text Example
Text Example
White with #83212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83212B; }
p { color: rgb(131,33,43); }
H1.HeaderClassName
{
color: #83212B;
}
.AnyTagClassName
{
color: #83212B;
}
</style>
background-color css
<style>
a { background-color: #83212B; }
a { background-color: rgb(131,33,43); }
div.DivClassName
{
background-color: #83212B;
}
.BgClassName
{
background-color: #83212B;
}
</style>
border-color css
<style>
span { border-color: #83212B; }
span { border-color: rgb(131,33,43); }
td.TdClassName
{
border-color: #83212B;
}
.TagClassName
{
border-color: #83212B;
}
</style>