Shades of Scarlett #831924
Tints of Scarlett #831924
RGB
CMYK
RGB Variations
Color information
#831924 (or 0x831924) is known color: Scarlett. HEX triplet: 83, 19 and 24. RGB value is (131,25,36). Sum of RGB (Red+Green+Blue) = 131+25+36=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #831924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831924 is #7CE6DB. Grayscale: #3A3A3A. Windows color (decimal): -8185564 or 2365827. OLE color: 2365827.
HSL color Cylindrical-coordinate representation of color #831924: hue angle of 353.77º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831924 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 36 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.49 |
| HSL | 353.77º | 0.68% | 0.31% | - |
| HSV(B) | 353.77º | 0.81% | 0.51% | - |
| XYZ | 10.03 | 5.65 | 2.23 | - |
| YUV | 57.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 36 | 0 | 0.81 | 0.73 | 0.49 | 353.77 | 0.68 | 0.31 |
| Hex | 83 | 19 | 24 | 0 | 51 | 49 | 31 | 162 | 44 | 1F |
| Octal | 203 | 31 | 44 | 0 | 121 | 111 | 61 | 542 | 104 | 37 |
| Binary | 10000011 | 11001 | 100100 | 0 | 1010001 | 1001001 | 110001 | 101100010 | 1000100 | 11111 |
Color Harmonies of #831924
Complementary color
Monochromatic Colors of #831924
Black with #831924
Text Example
Text Example
White with #831924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831924; }
p { color: rgb(131,25,36); }
H1.HeaderClassName
{
color: #831924;
}
.AnyTagClassName
{
color: #831924;
}
</style>
background-color css
<style>
a { background-color: #831924; }
a { background-color: rgb(131,25,36); }
div.DivClassName
{
background-color: #831924;
}
.BgClassName
{
background-color: #831924;
}
</style>
border-color css
<style>
span { border-color: #831924; }
span { border-color: rgb(131,25,36); }
td.TdClassName
{
border-color: #831924;
}
.TagClassName
{
border-color: #831924;
}
</style>