Shades of Scarlett #831735
Tints of Scarlett #831735
RGB
CMYK
RGB Variations
Color information
#831735 (or 0x831735) is known color: Scarlett. HEX triplet: 83, 17 and 35. RGB value is (131,23,53). Sum of RGB (Red+Green+Blue) = 131+23+53=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #831735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831735 is #7CE8CA. Grayscale: #3A3A3A. Windows color (decimal): -8186059 or 3479427. OLE color: 3479427.
HSL color Cylindrical-coordinate representation of color #831735: hue angle of 343.33º 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 #831735 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 53 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.49 |
| HSL | 343.33º | 0.7% | 0.3% | - |
| HSV(B) | 343.33º | 0.82% | 0.51% | - |
| XYZ | 10.31 | 5.7 | 3.92 | - |
| YUV | 58.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 53 | 0 | 0.82 | 0.60 | 0.49 | 343.33 | 0.7 | 0.3 |
| Hex | 83 | 17 | 35 | 0 | 52 | 3C | 31 | 157 | 46 | 1E |
| Octal | 203 | 27 | 65 | 0 | 122 | 74 | 61 | 527 | 106 | 36 |
| Binary | 10000011 | 10111 | 110101 | 0 | 1010010 | 111100 | 110001 | 101010111 | 1000110 | 11110 |
Color Harmonies of #831735
Complementary color
Monochromatic Colors of #831735
Black with #831735
Text Example
Text Example
White with #831735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831735; }
p { color: rgb(131,23,53); }
H1.HeaderClassName
{
color: #831735;
}
.AnyTagClassName
{
color: #831735;
}
</style>
background-color css
<style>
a { background-color: #831735; }
a { background-color: rgb(131,23,53); }
div.DivClassName
{
background-color: #831735;
}
.BgClassName
{
background-color: #831735;
}
</style>
border-color css
<style>
span { border-color: #831735; }
span { border-color: rgb(131,23,53); }
td.TdClassName
{
border-color: #831735;
}
.TagClassName
{
border-color: #831735;
}
</style>