Shades of Scarlett #871428
Tints of Scarlett #871428
RGB
CMYK
RGB Variations
Color information
#871428 (or 0x871428) is known color: Scarlett. HEX triplet: 87, 14 and 28. RGB value is (135,20,40). Sum of RGB (Red+Green+Blue) = 135+20+40=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #871428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871428 is #78EBD7. Grayscale: #383838. Windows color (decimal): -7924696 or 2626695. OLE color: 2626695.
HSL color Cylindrical-coordinate representation of color #871428: hue angle of 349.57º 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 #871428 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 40 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.47 |
| HSL | 349.57º | 0.74% | 0.3% | - |
| HSV(B) | 349.57º | 0.85% | 0.53% | - |
| XYZ | 10.62 | 5.8 | 2.57 | - |
| YUV | 56.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 40 | 0 | 0.85 | 0.70 | 0.47 | 349.57 | 0.74 | 0.3 |
| Hex | 87 | 14 | 28 | 0 | 55 | 46 | 2F | 15E | 4A | 1E |
| Octal | 207 | 24 | 50 | 0 | 125 | 106 | 57 | 536 | 112 | 36 |
| Binary | 10000111 | 10100 | 101000 | 0 | 1010101 | 1000110 | 101111 | 101011110 | 1001010 | 11110 |
Color Harmonies of #871428
Complementary color
Monochromatic Colors of #871428
Black with #871428
Text Example
Text Example
White with #871428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871428; }
p { color: rgb(135,20,40); }
H1.HeaderClassName
{
color: #871428;
}
.AnyTagClassName
{
color: #871428;
}
</style>
background-color css
<style>
a { background-color: #871428; }
a { background-color: rgb(135,20,40); }
div.DivClassName
{
background-color: #871428;
}
.BgClassName
{
background-color: #871428;
}
</style>
border-color css
<style>
span { border-color: #871428; }
span { border-color: rgb(135,20,40); }
td.TdClassName
{
border-color: #871428;
}
.TagClassName
{
border-color: #871428;
}
</style>