Shades of Scarlett #871B2C
Tints of Scarlett #871B2C
RGB
CMYK
RGB Variations
Color information
#871B2C (or 0x871B2C) is known color: Scarlett. HEX triplet: 87, 1B and 2C. RGB value is (135,27,44). Sum of RGB (Red+Green+Blue) = 135+27+44=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B2C is #78E4D3. Grayscale: #3D3D3D. Windows color (decimal): -7922900 or 2890631. OLE color: 2890631.
HSL color Cylindrical-coordinate representation of color #871B2C: hue angle of 350.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B2C is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 44 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.47 |
| HSL | 350.56º | 0.67% | 0.32% | - |
| HSV(B) | 350.56º | 0.8% | 0.53% | - |
| XYZ | 10.84 | 6.12 | 2.99 | - |
| YUV | 61.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 44 | 0 | 0.8 | 0.67 | 0.47 | 350.56 | 0.67 | 0.32 |
| Hex | 87 | 1B | 2C | 0 | 50 | 43 | 2F | 15F | 43 | 20 |
| Octal | 207 | 33 | 54 | 0 | 120 | 103 | 57 | 537 | 103 | 40 |
| Binary | 10000111 | 11011 | 101100 | 0 | 1010000 | 1000011 | 101111 | 101011111 | 1000011 | 100000 |
Color Harmonies of #871B2C
Complementary color
Monochromatic Colors of #871B2C
Black with #871B2C
Text Example
Text Example
White with #871B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B2C; }
p { color: rgb(135,27,44); }
H1.HeaderClassName
{
color: #871B2C;
}
.AnyTagClassName
{
color: #871B2C;
}
</style>
background-color css
<style>
a { background-color: #871B2C; }
a { background-color: rgb(135,27,44); }
div.DivClassName
{
background-color: #871B2C;
}
.BgClassName
{
background-color: #871B2C;
}
</style>
border-color css
<style>
span { border-color: #871B2C; }
span { border-color: rgb(135,27,44); }
td.TdClassName
{
border-color: #871B2C;
}
.TagClassName
{
border-color: #871B2C;
}
</style>