Shades of Scarlett #831D27
Tints of Scarlett #831D27
RGB
CMYK
RGB Variations
Color information
#831D27 (or 0x831D27) is known color: Scarlett. HEX triplet: 83, 1D and 27. RGB value is (131,29,39). Sum of RGB (Red+Green+Blue) = 131+29+39=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831D27 is #7CE2D8. Grayscale: #3C3C3C. Windows color (decimal): -8184537 or 2563459. OLE color: 2563459.
HSL color Cylindrical-coordinate representation of color #831D27: hue angle of 354.12º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D27 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 39 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.49 |
| HSL | 354.12º | 0.64% | 0.31% | - |
| HSV(B) | 354.12º | 0.78% | 0.51% | - |
| XYZ | 10.17 | 5.85 | 2.51 | - |
| YUV | 60.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 39 | 0 | 0.78 | 0.70 | 0.49 | 354.12 | 0.64 | 0.31 |
| Hex | 83 | 1D | 27 | 0 | 4E | 46 | 31 | 162 | 40 | 1F |
| Octal | 203 | 35 | 47 | 0 | 116 | 106 | 61 | 542 | 100 | 37 |
| Binary | 10000011 | 11101 | 100111 | 0 | 1001110 | 1000110 | 110001 | 101100010 | 1000000 | 11111 |
Color Harmonies of #831D27
Complementary color
Monochromatic Colors of #831D27
Black with #831D27
Text Example
Text Example
White with #831D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D27; }
p { color: rgb(131,29,39); }
H1.HeaderClassName
{
color: #831D27;
}
.AnyTagClassName
{
color: #831D27;
}
</style>
background-color css
<style>
a { background-color: #831D27; }
a { background-color: rgb(131,29,39); }
div.DivClassName
{
background-color: #831D27;
}
.BgClassName
{
background-color: #831D27;
}
</style>
border-color css
<style>
span { border-color: #831D27; }
span { border-color: rgb(131,29,39); }
td.TdClassName
{
border-color: #831D27;
}
.TagClassName
{
border-color: #831D27;
}
</style>