Shades of Scarlett #831B26
Tints of Scarlett #831B26
RGB
CMYK
RGB Variations
Color information
#831B26 (or 0x831B26) is known color: Scarlett. HEX triplet: 83, 1B and 26. RGB value is (131,27,38). Sum of RGB (Red+Green+Blue) = 131+27+38=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #831B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B26 is #7CE4D9. Grayscale: #3B3B3B. Windows color (decimal): -8185050 or 2497411. OLE color: 2497411.
HSL color Cylindrical-coordinate representation of color #831B26: hue angle of 353.65º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B26 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 27 | 38 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.49 |
| HSL | 353.65º | 0.66% | 0.31% | - |
| HSV(B) | 353.65º | 0.79% | 0.51% | - |
| XYZ | 10.1 | 5.75 | 2.41 | - |
| YUV | 59.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 38 | 0 | 0.79 | 0.71 | 0.49 | 353.65 | 0.66 | 0.31 |
| Hex | 83 | 1B | 26 | 0 | 4F | 47 | 31 | 162 | 42 | 1F |
| Octal | 203 | 33 | 46 | 0 | 117 | 107 | 61 | 542 | 102 | 37 |
| Binary | 10000011 | 11011 | 100110 | 0 | 1001111 | 1000111 | 110001 | 101100010 | 1000010 | 11111 |
Color Harmonies of #831B26
Complementary color
Monochromatic Colors of #831B26
Black with #831B26
Text Example
Text Example
White with #831B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831B26; }
p { color: rgb(131,27,38); }
H1.HeaderClassName
{
color: #831B26;
}
.AnyTagClassName
{
color: #831B26;
}
</style>
background-color css
<style>
a { background-color: #831B26; }
a { background-color: rgb(131,27,38); }
div.DivClassName
{
background-color: #831B26;
}
.BgClassName
{
background-color: #831B26;
}
</style>
border-color css
<style>
span { border-color: #831B26; }
span { border-color: rgb(131,27,38); }
td.TdClassName
{
border-color: #831B26;
}
.TagClassName
{
border-color: #831B26;
}
</style>