Shades of Scarlett #831D28
Tints of Scarlett #831D28
RGB
CMYK
RGB Variations
Color information
#831D28 (or 0x831D28) is known color: Scarlett. HEX triplet: 83, 1D and 28. RGB value is (131,29,40). Sum of RGB (Red+Green+Blue) = 131+29+40=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #831D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831D28 is #7CE2D7. Grayscale: #3C3C3C. Windows color (decimal): -8184536 or 2628995. OLE color: 2628995.
HSL color Cylindrical-coordinate representation of color #831D28: hue angle of 353.53º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D28 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 40 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.49 |
| HSL | 353.53º | 0.64% | 0.31% | - |
| HSV(B) | 353.53º | 0.78% | 0.51% | - |
| XYZ | 10.18 | 5.86 | 2.6 | - |
| YUV | 60.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 40 | 0 | 0.78 | 0.69 | 0.49 | 353.53 | 0.64 | 0.31 |
| Hex | 83 | 1D | 28 | 0 | 4E | 45 | 31 | 162 | 40 | 1F |
| Octal | 203 | 35 | 50 | 0 | 116 | 105 | 61 | 542 | 100 | 37 |
| Binary | 10000011 | 11101 | 101000 | 0 | 1001110 | 1000101 | 110001 | 101100010 | 1000000 | 11111 |
Color Harmonies of #831D28
Complementary color
Monochromatic Colors of #831D28
Black with #831D28
Text Example
Text Example
White with #831D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D28; }
p { color: rgb(131,29,40); }
H1.HeaderClassName
{
color: #831D28;
}
.AnyTagClassName
{
color: #831D28;
}
</style>
background-color css
<style>
a { background-color: #831D28; }
a { background-color: rgb(131,29,40); }
div.DivClassName
{
background-color: #831D28;
}
.BgClassName
{
background-color: #831D28;
}
</style>
border-color css
<style>
span { border-color: #831D28; }
span { border-color: rgb(131,29,40); }
td.TdClassName
{
border-color: #831D28;
}
.TagClassName
{
border-color: #831D28;
}
</style>