Shades of Scarlett #87142C
Tints of Scarlett #87142C
RGB
CMYK
RGB Variations
Color information
#87142C (or 0x87142C) is known color: Scarlett. HEX triplet: 87, 14 and 2C. RGB value is (135,20,44). Sum of RGB (Red+Green+Blue) = 135+20+44=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87142C is #78EBD3. Grayscale: #393939. Windows color (decimal): -7924692 or 2888839. OLE color: 2888839.
HSL color Cylindrical-coordinate representation of color #87142C: hue angle of 347.48º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87142C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 44 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.47 |
| HSL | 347.48º | 0.74% | 0.3% | - |
| HSV(B) | 347.48º | 0.85% | 0.53% | - |
| XYZ | 10.7 | 5.83 | 2.94 | - |
| YUV | 57.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 44 | 0 | 0.85 | 0.67 | 0.47 | 347.48 | 0.74 | 0.3 |
| Hex | 87 | 14 | 2C | 0 | 55 | 43 | 2F | 15B | 4A | 1E |
| Octal | 207 | 24 | 54 | 0 | 125 | 103 | 57 | 533 | 112 | 36 |
| Binary | 10000111 | 10100 | 101100 | 0 | 1010101 | 1000011 | 101111 | 101011011 | 1001010 | 11110 |
Color Harmonies of #87142C
Complementary color
Monochromatic Colors of #87142C
Black with #87142C
Text Example
Text Example
White with #87142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87142C; }
p { color: rgb(135,20,44); }
H1.HeaderClassName
{
color: #87142C;
}
.AnyTagClassName
{
color: #87142C;
}
</style>
background-color css
<style>
a { background-color: #87142C; }
a { background-color: rgb(135,20,44); }
div.DivClassName
{
background-color: #87142C;
}
.BgClassName
{
background-color: #87142C;
}
</style>
border-color css
<style>
span { border-color: #87142C; }
span { border-color: rgb(135,20,44); }
td.TdClassName
{
border-color: #87142C;
}
.TagClassName
{
border-color: #87142C;
}
</style>