Shades of Scarlett #831721
Tints of Scarlett #831721
RGB
CMYK
RGB Variations
Color information
#831721 (or 0x831721) is known color: Scarlett. HEX triplet: 83, 17 and 21. RGB value is (131,23,33). Sum of RGB (Red+Green+Blue) = 131+23+33=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #831721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831721 is #7CE8DE. Grayscale: #383838. Windows color (decimal): -8186079 or 2168707. OLE color: 2168707.
HSL color Cylindrical-coordinate representation of color #831721: hue angle of 354.44º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831721 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 33 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.49 |
| HSL | 354.44º | 0.7% | 0.3% | - |
| HSV(B) | 354.44º | 0.82% | 0.51% | - |
| XYZ | 9.94 | 5.55 | 1.99 | - |
| YUV | 56.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 33 | 0 | 0.82 | 0.75 | 0.49 | 354.44 | 0.7 | 0.3 |
| Hex | 83 | 17 | 21 | 0 | 52 | 4B | 31 | 162 | 46 | 1E |
| Octal | 203 | 27 | 41 | 0 | 122 | 113 | 61 | 542 | 106 | 36 |
| Binary | 10000011 | 10111 | 100001 | 0 | 1010010 | 1001011 | 110001 | 101100010 | 1000110 | 11110 |
Color Harmonies of #831721
Complementary color
Monochromatic Colors of #831721
Black with #831721
Text Example
Text Example
White with #831721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831721; }
p { color: rgb(131,23,33); }
H1.HeaderClassName
{
color: #831721;
}
.AnyTagClassName
{
color: #831721;
}
</style>
background-color css
<style>
a { background-color: #831721; }
a { background-color: rgb(131,23,33); }
div.DivClassName
{
background-color: #831721;
}
.BgClassName
{
background-color: #831721;
}
</style>
border-color css
<style>
span { border-color: #831721; }
span { border-color: rgb(131,23,33); }
td.TdClassName
{
border-color: #831721;
}
.TagClassName
{
border-color: #831721;
}
</style>