Shades of Scarlett #86142D
Tints of Scarlett #86142D
RGB
CMYK
RGB Variations
Color information
#86142D (or 0x86142D) is known color: Scarlett. HEX triplet: 86, 14 and 2D. RGB value is (134,20,45). Sum of RGB (Red+Green+Blue) = 134+20+45=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86142D is #79EBD2. Grayscale: #383838. Windows color (decimal): -7990227 or 2954374. OLE color: 2954374.
HSL color Cylindrical-coordinate representation of color #86142D: hue angle of 346.84º 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 #86142D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 45 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.47 |
| HSL | 346.84º | 0.74% | 0.3% | - |
| HSV(B) | 346.84º | 0.85% | 0.53% | - |
| XYZ | 10.56 | 5.76 | 3.04 | - |
| YUV | 56.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 45 | 0 | 0.85 | 0.66 | 0.47 | 346.84 | 0.74 | 0.3 |
| Hex | 86 | 14 | 2D | 0 | 55 | 42 | 2F | 15B | 4A | 1E |
| Octal | 206 | 24 | 55 | 0 | 125 | 102 | 57 | 533 | 112 | 36 |
| Binary | 10000110 | 10100 | 101101 | 0 | 1010101 | 1000010 | 101111 | 101011011 | 1001010 | 11110 |
Color Harmonies of #86142D
Complementary color
Monochromatic Colors of #86142D
Black with #86142D
Text Example
Text Example
White with #86142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86142D; }
p { color: rgb(134,20,45); }
H1.HeaderClassName
{
color: #86142D;
}
.AnyTagClassName
{
color: #86142D;
}
</style>
background-color css
<style>
a { background-color: #86142D; }
a { background-color: rgb(134,20,45); }
div.DivClassName
{
background-color: #86142D;
}
.BgClassName
{
background-color: #86142D;
}
</style>
border-color css
<style>
span { border-color: #86142D; }
span { border-color: rgb(134,20,45); }
td.TdClassName
{
border-color: #86142D;
}
.TagClassName
{
border-color: #86142D;
}
</style>