Shades of Scarlett #871630
Tints of Scarlett #871630
RGB
CMYK
RGB Variations
Color information
#871630 (or 0x871630) is known color: Scarlett. HEX triplet: 87, 16 and 30. RGB value is (135,22,48). Sum of RGB (Red+Green+Blue) = 135+22+48=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871630 is #78E9CF. Grayscale: #3A3A3A. Windows color (decimal): -7924176 or 3151495. OLE color: 3151495.
HSL color Cylindrical-coordinate representation of color #871630: hue angle of 346.19º 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 #871630 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 48 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.47 |
| HSL | 346.19º | 0.72% | 0.31% | - |
| HSV(B) | 346.19º | 0.84% | 0.53% | - |
| XYZ | 10.81 | 5.94 | 3.37 | - |
| YUV | 58.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 48 | 0 | 0.84 | 0.64 | 0.47 | 346.19 | 0.72 | 0.31 |
| Hex | 87 | 16 | 30 | 0 | 54 | 40 | 2F | 15A | 48 | 1F |
| Octal | 207 | 26 | 60 | 0 | 124 | 100 | 57 | 532 | 110 | 37 |
| Binary | 10000111 | 10110 | 110000 | 0 | 1010100 | 1000000 | 101111 | 101011010 | 1001000 | 11111 |
Color Harmonies of #871630
Complementary color
Monochromatic Colors of #871630
Black with #871630
Text Example
Text Example
White with #871630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871630; }
p { color: rgb(135,22,48); }
H1.HeaderClassName
{
color: #871630;
}
.AnyTagClassName
{
color: #871630;
}
</style>
background-color css
<style>
a { background-color: #871630; }
a { background-color: rgb(135,22,48); }
div.DivClassName
{
background-color: #871630;
}
.BgClassName
{
background-color: #871630;
}
</style>
border-color css
<style>
span { border-color: #871630; }
span { border-color: rgb(135,22,48); }
td.TdClassName
{
border-color: #871630;
}
.TagClassName
{
border-color: #871630;
}
</style>