Shades of Scarlett #831231
Tints of Scarlett #831231
RGB
CMYK
RGB Variations
Color information
#831231 (or 0x831231) is known color: Scarlett. HEX triplet: 83, 12 and 31. RGB value is (131,18,49). Sum of RGB (Red+Green+Blue) = 131+18+49=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #831231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831231 is #7CEDCE. Grayscale: #373737. Windows color (decimal): -8187343 or 3216003. OLE color: 3216003.
HSL color Cylindrical-coordinate representation of color #831231: hue angle of 343.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831231 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 49 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.49 |
| HSL | 343.54º | 0.76% | 0.29% | - |
| HSV(B) | 343.54º | 0.86% | 0.51% | - |
| XYZ | 10.13 | 5.48 | 3.43 | - |
| YUV | 55.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 49 | 0 | 0.86 | 0.63 | 0.49 | 343.54 | 0.76 | 0.29 |
| Hex | 83 | 12 | 31 | 0 | 56 | 3F | 31 | 158 | 4C | 1D |
| Octal | 203 | 22 | 61 | 0 | 126 | 77 | 61 | 530 | 114 | 35 |
| Binary | 10000011 | 10010 | 110001 | 0 | 1010110 | 111111 | 110001 | 101011000 | 1001100 | 11101 |
Color Harmonies of #831231
Complementary color
Monochromatic Colors of #831231
Black with #831231
Text Example
Text Example
White with #831231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831231; }
p { color: rgb(131,18,49); }
H1.HeaderClassName
{
color: #831231;
}
.AnyTagClassName
{
color: #831231;
}
</style>
background-color css
<style>
a { background-color: #831231; }
a { background-color: rgb(131,18,49); }
div.DivClassName
{
background-color: #831231;
}
.BgClassName
{
background-color: #831231;
}
</style>
border-color css
<style>
span { border-color: #831231; }
span { border-color: rgb(131,18,49); }
td.TdClassName
{
border-color: #831231;
}
.TagClassName
{
border-color: #831231;
}
</style>