Shades of Scarlett #831235
Tints of Scarlett #831235
RGB
CMYK
RGB Variations
Color information
#831235 (or 0x831235) is known color: Scarlett. HEX triplet: 83, 12 and 35. RGB value is (131,18,53). Sum of RGB (Red+Green+Blue) = 131+18+53=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831235 is #7CEDCA. Grayscale: #373737. Windows color (decimal): -8187339 or 3478147. OLE color: 3478147.
HSL color Cylindrical-coordinate representation of color #831235: hue angle of 341.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831235 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 53 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.49 |
| HSL | 341.42º | 0.76% | 0.29% | - |
| HSV(B) | 341.42º | 0.86% | 0.51% | - |
| XYZ | 10.22 | 5.51 | 3.89 | - |
| YUV | 55.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 53 | 0 | 0.86 | 0.60 | 0.49 | 341.42 | 0.76 | 0.29 |
| Hex | 83 | 12 | 35 | 0 | 56 | 3C | 31 | 155 | 4C | 1D |
| Octal | 203 | 22 | 65 | 0 | 126 | 74 | 61 | 525 | 114 | 35 |
| Binary | 10000011 | 10010 | 110101 | 0 | 1010110 | 111100 | 110001 | 101010101 | 1001100 | 11101 |
Color Harmonies of #831235
Complementary color
Monochromatic Colors of #831235
Black with #831235
Text Example
Text Example
White with #831235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831235; }
p { color: rgb(131,18,53); }
H1.HeaderClassName
{
color: #831235;
}
.AnyTagClassName
{
color: #831235;
}
</style>
background-color css
<style>
a { background-color: #831235; }
a { background-color: rgb(131,18,53); }
div.DivClassName
{
background-color: #831235;
}
.BgClassName
{
background-color: #831235;
}
</style>
border-color css
<style>
span { border-color: #831235; }
span { border-color: rgb(131,18,53); }
td.TdClassName
{
border-color: #831235;
}
.TagClassName
{
border-color: #831235;
}
</style>