Shades of Scarlett #86142E
Tints of Scarlett #86142E
RGB
CMYK
RGB Variations
Color information
#86142E (or 0x86142E) is known color: Scarlett. HEX triplet: 86, 14 and 2E. RGB value is (134,20,46). Sum of RGB (Red+Green+Blue) = 134+20+46=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142E is #79EBD1. Grayscale: #393939. Windows color (decimal): -7990226 or 3019910. OLE color: 3019910.
HSL color Cylindrical-coordinate representation of color #86142E: hue angle of 346.32º 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 #86142E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 46 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.47 |
| HSL | 346.32º | 0.74% | 0.3% | - |
| HSV(B) | 346.32º | 0.85% | 0.53% | - |
| XYZ | 10.57 | 5.77 | 3.14 | - |
| YUV | 57.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 46 | 0 | 0.85 | 0.66 | 0.47 | 346.32 | 0.74 | 0.3 |
| Hex | 86 | 14 | 2E | 0 | 55 | 42 | 2F | 15A | 4A | 1E |
| Octal | 206 | 24 | 56 | 0 | 125 | 102 | 57 | 532 | 112 | 36 |
| Binary | 10000110 | 10100 | 101110 | 0 | 1010101 | 1000010 | 101111 | 101011010 | 1001010 | 11110 |
Color Harmonies of #86142E
Complementary color
Monochromatic Colors of #86142E
Black with #86142E
Text Example
Text Example
White with #86142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86142E; }
p { color: rgb(134,20,46); }
H1.HeaderClassName
{
color: #86142E;
}
.AnyTagClassName
{
color: #86142E;
}
</style>
background-color css
<style>
a { background-color: #86142E; }
a { background-color: rgb(134,20,46); }
div.DivClassName
{
background-color: #86142E;
}
.BgClassName
{
background-color: #86142E;
}
</style>
border-color css
<style>
span { border-color: #86142E; }
span { border-color: rgb(134,20,46); }
td.TdClassName
{
border-color: #86142E;
}
.TagClassName
{
border-color: #86142E;
}
</style>