Shades of Scarlett #831B2A
Tints of Scarlett #831B2A
RGB
CMYK
RGB Variations
Color information
#831B2A (or 0x831B2A) is known color: Scarlett. HEX triplet: 83, 1B and 2A. RGB value is (131,27,42). Sum of RGB (Red+Green+Blue) = 131+27+42=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #831B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831B2A is #7CE4D5. Grayscale: #3B3B3B. Windows color (decimal): -8185046 or 2759555. OLE color: 2759555.
HSL color Cylindrical-coordinate representation of color #831B2A: hue angle of 351.35º 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 #831B2A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 27 | 42 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.49 |
| HSL | 351.35º | 0.66% | 0.31% | - |
| HSV(B) | 351.35º | 0.79% | 0.51% | - |
| XYZ | 10.17 | 5.78 | 2.77 | - |
| YUV | 59.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 42 | 0 | 0.79 | 0.68 | 0.49 | 351.35 | 0.66 | 0.31 |
| Hex | 83 | 1B | 2A | 0 | 4F | 44 | 31 | 15F | 42 | 1F |
| Octal | 203 | 33 | 52 | 0 | 117 | 104 | 61 | 537 | 102 | 37 |
| Binary | 10000011 | 11011 | 101010 | 0 | 1001111 | 1000100 | 110001 | 101011111 | 1000010 | 11111 |
Color Harmonies of #831B2A
Complementary color
Monochromatic Colors of #831B2A
Black with #831B2A
Text Example
Text Example
White with #831B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831B2A; }
p { color: rgb(131,27,42); }
H1.HeaderClassName
{
color: #831B2A;
}
.AnyTagClassName
{
color: #831B2A;
}
</style>
background-color css
<style>
a { background-color: #831B2A; }
a { background-color: rgb(131,27,42); }
div.DivClassName
{
background-color: #831B2A;
}
.BgClassName
{
background-color: #831B2A;
}
</style>
border-color css
<style>
span { border-color: #831B2A; }
span { border-color: rgb(131,27,42); }
td.TdClassName
{
border-color: #831B2A;
}
.TagClassName
{
border-color: #831B2A;
}
</style>