Shades of Scarlett #871631
Tints of Scarlett #871631
RGB
CMYK
RGB Variations
Color information
#871631 (or 0x871631) is known color: Scarlett. HEX triplet: 87, 16 and 31. RGB value is (135,22,49). Sum of RGB (Red+Green+Blue) = 135+22+49=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871631 is #78E9CE. Grayscale: #3A3A3A. Windows color (decimal): -7924175 or 3217031. OLE color: 3217031.
HSL color Cylindrical-coordinate representation of color #871631: hue angle of 345.66º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871631 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 49 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.47 |
| HSL | 345.66º | 0.72% | 0.31% | - |
| HSV(B) | 345.66º | 0.84% | 0.53% | - |
| XYZ | 10.83 | 5.95 | 3.48 | - |
| YUV | 58.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 49 | 0 | 0.84 | 0.64 | 0.47 | 345.66 | 0.72 | 0.31 |
| Hex | 87 | 16 | 31 | 0 | 54 | 40 | 2F | 15A | 48 | 1F |
| Octal | 207 | 26 | 61 | 0 | 124 | 100 | 57 | 532 | 110 | 37 |
| Binary | 10000111 | 10110 | 110001 | 0 | 1010100 | 1000000 | 101111 | 101011010 | 1001000 | 11111 |
Color Harmonies of #871631
Complementary color
Monochromatic Colors of #871631
Black with #871631
Text Example
Text Example
White with #871631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871631; }
p { color: rgb(135,22,49); }
H1.HeaderClassName
{
color: #871631;
}
.AnyTagClassName
{
color: #871631;
}
</style>
background-color css
<style>
a { background-color: #871631; }
a { background-color: rgb(135,22,49); }
div.DivClassName
{
background-color: #871631;
}
.BgClassName
{
background-color: #871631;
}
</style>
border-color css
<style>
span { border-color: #871631; }
span { border-color: rgb(135,22,49); }
td.TdClassName
{
border-color: #871631;
}
.TagClassName
{
border-color: #871631;
}
</style>