Shades of Scarlett #86143C
Tints of Scarlett #86143C
RGB
CMYK
RGB Variations
Color information
#86143C (or 0x86143C) is known color: Scarlett. HEX triplet: 86, 14 and 3C. RGB value is (134,20,60). Sum of RGB (Red+Green+Blue) = 134+20+60=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86143C is #79EBC3. Grayscale: #3A3A3A. Windows color (decimal): -7990212 or 3937414. OLE color: 3937414.
HSL color Cylindrical-coordinate representation of color #86143C: hue angle of 338.95º 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 #86143C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 60 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.47 |
| HSL | 338.95º | 0.74% | 0.3% | - |
| HSV(B) | 338.95º | 0.85% | 0.53% | - |
| XYZ | 10.9 | 5.89 | 4.84 | - |
| YUV | 58.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 60 | 0 | 0.85 | 0.55 | 0.47 | 338.95 | 0.74 | 0.3 |
| Hex | 86 | 14 | 3C | 0 | 55 | 37 | 2F | 153 | 4A | 1E |
| Octal | 206 | 24 | 74 | 0 | 125 | 67 | 57 | 523 | 112 | 36 |
| Binary | 10000110 | 10100 | 111100 | 0 | 1010101 | 110111 | 101111 | 101010011 | 1001010 | 11110 |
Color Harmonies of #86143C
Complementary color
Monochromatic Colors of #86143C
Black with #86143C
Text Example
Text Example
White with #86143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86143C; }
p { color: rgb(134,20,60); }
H1.HeaderClassName
{
color: #86143C;
}
.AnyTagClassName
{
color: #86143C;
}
</style>
background-color css
<style>
a { background-color: #86143C; }
a { background-color: rgb(134,20,60); }
div.DivClassName
{
background-color: #86143C;
}
.BgClassName
{
background-color: #86143C;
}
</style>
border-color css
<style>
span { border-color: #86143C; }
span { border-color: rgb(134,20,60); }
td.TdClassName
{
border-color: #86143C;
}
.TagClassName
{
border-color: #86143C;
}
</style>