Shades of Scarlett #83232E
Tints of Scarlett #83232E
RGB
CMYK
RGB Variations
Color information
#83232E (or 0x83232E) is known color: Scarlett. HEX triplet: 83, 23 and 2E. RGB value is (131,35,46). Sum of RGB (Red+Green+Blue) = 131+35+46=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232E is #7CDCD1. Grayscale: #414141. Windows color (decimal): -8182994 or 3023747. OLE color: 3023747.
HSL color Cylindrical-coordinate representation of color #83232E: hue angle of 353.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83232E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 46 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.49 |
| HSL | 353.13º | 0.58% | 0.33% | - |
| HSV(B) | 353.13º | 0.73% | 0.51% | - |
| XYZ | 10.45 | 6.22 | 3.24 | - |
| YUV | 64.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 46 | 0 | 0.73 | 0.65 | 0.49 | 353.13 | 0.58 | 0.33 |
| Hex | 83 | 23 | 2E | 0 | 49 | 41 | 31 | 161 | 3A | 21 |
| Octal | 203 | 43 | 56 | 0 | 111 | 101 | 61 | 541 | 72 | 41 |
| Binary | 10000011 | 100011 | 101110 | 0 | 1001001 | 1000001 | 110001 | 101100001 | 111010 | 100001 |
Color Harmonies of #83232E
Complementary color
Monochromatic Colors of #83232E
Black with #83232E
Text Example
Text Example
White with #83232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83232E; }
p { color: rgb(131,35,46); }
H1.HeaderClassName
{
color: #83232E;
}
.AnyTagClassName
{
color: #83232E;
}
</style>
background-color css
<style>
a { background-color: #83232E; }
a { background-color: rgb(131,35,46); }
div.DivClassName
{
background-color: #83232E;
}
.BgClassName
{
background-color: #83232E;
}
</style>
border-color css
<style>
span { border-color: #83232E; }
span { border-color: rgb(131,35,46); }
td.TdClassName
{
border-color: #83232E;
}
.TagClassName
{
border-color: #83232E;
}
</style>