Shades of Scarlett #871B2D
Tints of Scarlett #871B2D
RGB
CMYK
RGB Variations
Color information
#871B2D (or 0x871B2D) is known color: Scarlett. HEX triplet: 87, 1B and 2D. RGB value is (135,27,45). Sum of RGB (Red+Green+Blue) = 135+27+45=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B2D is #78E4D2. Grayscale: #3D3D3D. Windows color (decimal): -7922899 or 2956167. OLE color: 2956167.
HSL color Cylindrical-coordinate representation of color #871B2D: hue angle of 350º 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 #871B2D is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 45 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.47 |
| HSL | 350º | 0.67% | 0.32% | - |
| HSV(B) | 350º | 0.8% | 0.53% | - |
| XYZ | 10.86 | 6.12 | 3.09 | - |
| YUV | 61.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 45 | 0 | 0.8 | 0.67 | 0.47 | 350 | 0.67 | 0.32 |
| Hex | 87 | 1B | 2D | 0 | 50 | 43 | 2F | 15E | 43 | 20 |
| Octal | 207 | 33 | 55 | 0 | 120 | 103 | 57 | 536 | 103 | 40 |
| Binary | 10000111 | 11011 | 101101 | 0 | 1010000 | 1000011 | 101111 | 101011110 | 1000011 | 100000 |
Color Harmonies of #871B2D
Complementary color
Monochromatic Colors of #871B2D
Black with #871B2D
Text Example
Text Example
White with #871B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B2D; }
p { color: rgb(135,27,45); }
H1.HeaderClassName
{
color: #871B2D;
}
.AnyTagClassName
{
color: #871B2D;
}
</style>
background-color css
<style>
a { background-color: #871B2D; }
a { background-color: rgb(135,27,45); }
div.DivClassName
{
background-color: #871B2D;
}
.BgClassName
{
background-color: #871B2D;
}
</style>
border-color css
<style>
span { border-color: #871B2D; }
span { border-color: rgb(135,27,45); }
td.TdClassName
{
border-color: #871B2D;
}
.TagClassName
{
border-color: #871B2D;
}
</style>