Shades of Scarlett #831D36
Tints of Scarlett #831D36
RGB
CMYK
RGB Variations
Color information
#831D36 (or 0x831D36) is known color: Scarlett. HEX triplet: 83, 1D and 36. RGB value is (131,29,54). Sum of RGB (Red+Green+Blue) = 131+29+54=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #831D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831D36 is #7CE2C9. Grayscale: #3E3E3E. Windows color (decimal): -8184522 or 3546499. OLE color: 3546499.
HSL color Cylindrical-coordinate representation of color #831D36: hue angle of 345.29º 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 #831D36 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 54 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.49 |
| HSL | 345.29º | 0.64% | 0.31% | - |
| HSV(B) | 345.29º | 0.78% | 0.51% | - |
| XYZ | 10.47 | 5.97 | 4.09 | - |
| YUV | 62.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 54 | 0 | 0.78 | 0.59 | 0.49 | 345.29 | 0.64 | 0.31 |
| Hex | 83 | 1D | 36 | 0 | 4E | 3B | 31 | 159 | 40 | 1F |
| Octal | 203 | 35 | 66 | 0 | 116 | 73 | 61 | 531 | 100 | 37 |
| Binary | 10000011 | 11101 | 110110 | 0 | 1001110 | 111011 | 110001 | 101011001 | 1000000 | 11111 |
Color Harmonies of #831D36
Complementary color
Monochromatic Colors of #831D36
Black with #831D36
Text Example
Text Example
White with #831D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D36; }
p { color: rgb(131,29,54); }
H1.HeaderClassName
{
color: #831D36;
}
.AnyTagClassName
{
color: #831D36;
}
</style>
background-color css
<style>
a { background-color: #831D36; }
a { background-color: rgb(131,29,54); }
div.DivClassName
{
background-color: #831D36;
}
.BgClassName
{
background-color: #831D36;
}
</style>
border-color css
<style>
span { border-color: #831D36; }
span { border-color: rgb(131,29,54); }
td.TdClassName
{
border-color: #831D36;
}
.TagClassName
{
border-color: #831D36;
}
</style>