Shades of Scarlett #831A24
Tints of Scarlett #831A24
RGB
CMYK
RGB Variations
Color information
#831A24 (or 0x831A24) is known color: Scarlett. HEX triplet: 83, 1A and 24. RGB value is (131,26,36). Sum of RGB (Red+Green+Blue) = 131+26+36=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #831A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A24 is #7CE5DB. Grayscale: #3A3A3A. Windows color (decimal): -8185308 or 2366083. OLE color: 2366083.
HSL color Cylindrical-coordinate representation of color #831A24: hue angle of 354.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A24 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 36 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.49 |
| HSL | 354.29º | 0.67% | 0.31% | - |
| HSV(B) | 354.29º | 0.8% | 0.51% | - |
| XYZ | 10.05 | 5.69 | 2.24 | - |
| YUV | 58.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 36 | 0 | 0.80 | 0.73 | 0.49 | 354.29 | 0.67 | 0.31 |
| Hex | 83 | 1A | 24 | 0 | 50 | 49 | 31 | 162 | 43 | 1F |
| Octal | 203 | 32 | 44 | 0 | 120 | 111 | 61 | 542 | 103 | 37 |
| Binary | 10000011 | 11010 | 100100 | 0 | 1010000 | 1001001 | 110001 | 101100010 | 1000011 | 11111 |
Color Harmonies of #831A24
Complementary color
Monochromatic Colors of #831A24
Black with #831A24
Text Example
Text Example
White with #831A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A24; }
p { color: rgb(131,26,36); }
H1.HeaderClassName
{
color: #831A24;
}
.AnyTagClassName
{
color: #831A24;
}
</style>
background-color css
<style>
a { background-color: #831A24; }
a { background-color: rgb(131,26,36); }
div.DivClassName
{
background-color: #831A24;
}
.BgClassName
{
background-color: #831A24;
}
</style>
border-color css
<style>
span { border-color: #831A24; }
span { border-color: rgb(131,26,36); }
td.TdClassName
{
border-color: #831A24;
}
.TagClassName
{
border-color: #831A24;
}
</style>