Shades of Scarlett #831E37
Tints of Scarlett #831E37
RGB
CMYK
RGB Variations
Color information
#831E37 (or 0x831E37) is known color: Scarlett. HEX triplet: 83, 1E and 37. RGB value is (131,30,55). Sum of RGB (Red+Green+Blue) = 131+30+55=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #831E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E37 is #7CE1C8. Grayscale: #3F3F3F. Windows color (decimal): -8184265 or 3612291. OLE color: 3612291.
HSL color Cylindrical-coordinate representation of color #831E37: hue angle of 345.15º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E37 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 30 | 55 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.49 |
| HSL | 345.15º | 0.63% | 0.32% | - |
| HSV(B) | 345.15º | 0.77% | 0.51% | - |
| XYZ | 10.51 | 6.03 | 4.22 | - |
| YUV | 63.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 55 | 0 | 0.77 | 0.58 | 0.49 | 345.15 | 0.63 | 0.32 |
| Hex | 83 | 1E | 37 | 0 | 4D | 3A | 31 | 159 | 3F | 20 |
| Octal | 203 | 36 | 67 | 0 | 115 | 72 | 61 | 531 | 77 | 40 |
| Binary | 10000011 | 11110 | 110111 | 0 | 1001101 | 111010 | 110001 | 101011001 | 111111 | 100000 |
Color Harmonies of #831E37
Complementary color
Monochromatic Colors of #831E37
Black with #831E37
Text Example
Text Example
White with #831E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831E37; }
p { color: rgb(131,30,55); }
H1.HeaderClassName
{
color: #831E37;
}
.AnyTagClassName
{
color: #831E37;
}
</style>
background-color css
<style>
a { background-color: #831E37; }
a { background-color: rgb(131,30,55); }
div.DivClassName
{
background-color: #831E37;
}
.BgClassName
{
background-color: #831E37;
}
</style>
border-color css
<style>
span { border-color: #831E37; }
span { border-color: rgb(131,30,55); }
td.TdClassName
{
border-color: #831E37;
}
.TagClassName
{
border-color: #831E37;
}
</style>