Shades of Scarlett #871B2B
Tints of Scarlett #871B2B
RGB
CMYK
RGB Variations
Color information
#871B2B (or 0x871B2B) is known color: Scarlett. HEX triplet: 87, 1B and 2B. RGB value is (135,27,43). Sum of RGB (Red+Green+Blue) = 135+27+43=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B2B is #78E4D4. Grayscale: #3D3D3D. Windows color (decimal): -7922901 or 2825095. OLE color: 2825095.
HSL color Cylindrical-coordinate representation of color #871B2B: hue angle of 351.11º 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 #871B2B is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 43 | - |
| CMYK | 0 | 0.8 | 0.68 | 0.47 |
| HSL | 351.11º | 0.67% | 0.32% | - |
| HSV(B) | 351.11º | 0.8% | 0.53% | - |
| XYZ | 10.82 | 6.11 | 2.89 | - |
| YUV | 61.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 43 | 0 | 0.8 | 0.68 | 0.47 | 351.11 | 0.67 | 0.32 |
| Hex | 87 | 1B | 2B | 0 | 50 | 44 | 2F | 15F | 43 | 20 |
| Octal | 207 | 33 | 53 | 0 | 120 | 104 | 57 | 537 | 103 | 40 |
| Binary | 10000111 | 11011 | 101011 | 0 | 1010000 | 1000100 | 101111 | 101011111 | 1000011 | 100000 |
Color Harmonies of #871B2B
Complementary color
Monochromatic Colors of #871B2B
Black with #871B2B
Text Example
Text Example
White with #871B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B2B; }
p { color: rgb(135,27,43); }
H1.HeaderClassName
{
color: #871B2B;
}
.AnyTagClassName
{
color: #871B2B;
}
</style>
background-color css
<style>
a { background-color: #871B2B; }
a { background-color: rgb(135,27,43); }
div.DivClassName
{
background-color: #871B2B;
}
.BgClassName
{
background-color: #871B2B;
}
</style>
border-color css
<style>
span { border-color: #871B2B; }
span { border-color: rgb(135,27,43); }
td.TdClassName
{
border-color: #871B2B;
}
.TagClassName
{
border-color: #871B2B;
}
</style>