Shades of Scarlett #871424
Tints of Scarlett #871424
RGB
CMYK
RGB Variations
Color information
#871424 (or 0x871424) is known color: Scarlett. HEX triplet: 87, 14 and 24. RGB value is (135,20,36). Sum of RGB (Red+Green+Blue) = 135+20+36=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #871424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871424 is #78EBDB. Grayscale: #383838. Windows color (decimal): -7924700 or 2364551. OLE color: 2364551.
HSL color Cylindrical-coordinate representation of color #871424: hue angle of 351.65º 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 #871424 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 36 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.47 |
| HSL | 351.65º | 0.74% | 0.3% | - |
| HSV(B) | 351.65º | 0.85% | 0.53% | - |
| XYZ | 10.56 | 5.78 | 2.23 | - |
| YUV | 56.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 36 | 0 | 0.85 | 0.73 | 0.47 | 351.65 | 0.74 | 0.3 |
| Hex | 87 | 14 | 24 | 0 | 55 | 49 | 2F | 160 | 4A | 1E |
| Octal | 207 | 24 | 44 | 0 | 125 | 111 | 57 | 540 | 112 | 36 |
| Binary | 10000111 | 10100 | 100100 | 0 | 1010101 | 1001001 | 101111 | 101100000 | 1001010 | 11110 |
Color Harmonies of #871424
Complementary color
Monochromatic Colors of #871424
Black with #871424
Text Example
Text Example
White with #871424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871424; }
p { color: rgb(135,20,36); }
H1.HeaderClassName
{
color: #871424;
}
.AnyTagClassName
{
color: #871424;
}
</style>
background-color css
<style>
a { background-color: #871424; }
a { background-color: rgb(135,20,36); }
div.DivClassName
{
background-color: #871424;
}
.BgClassName
{
background-color: #871424;
}
</style>
border-color css
<style>
span { border-color: #871424; }
span { border-color: rgb(135,20,36); }
td.TdClassName
{
border-color: #871424;
}
.TagClassName
{
border-color: #871424;
}
</style>