Shades of Scarlett #86192E
Tints of Scarlett #86192E
RGB
CMYK
RGB Variations
Color information
#86192E (or 0x86192E) is known color: Scarlett. HEX triplet: 86, 19 and 2E. RGB value is (134,25,46). Sum of RGB (Red+Green+Blue) = 134+25+46=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #86192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86192E is #79E6D1. Grayscale: #3C3C3C. Windows color (decimal): -7988946 or 3021190. OLE color: 3021190.
HSL color Cylindrical-coordinate representation of color #86192E: hue angle of 348.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86192E is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 46 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.47 |
| HSL | 348.44º | 0.69% | 0.31% | - |
| HSV(B) | 348.44º | 0.81% | 0.53% | - |
| XYZ | 10.67 | 5.96 | 3.17 | - |
| YUV | 59.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 46 | 0 | 0.81 | 0.66 | 0.47 | 348.44 | 0.69 | 0.31 |
| Hex | 86 | 19 | 2E | 0 | 51 | 42 | 2F | 15C | 45 | 1F |
| Octal | 206 | 31 | 56 | 0 | 121 | 102 | 57 | 534 | 105 | 37 |
| Binary | 10000110 | 11001 | 101110 | 0 | 1010001 | 1000010 | 101111 | 101011100 | 1000101 | 11111 |
Color Harmonies of #86192E
Complementary color
Monochromatic Colors of #86192E
Black with #86192E
Text Example
Text Example
White with #86192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86192E; }
p { color: rgb(134,25,46); }
H1.HeaderClassName
{
color: #86192E;
}
.AnyTagClassName
{
color: #86192E;
}
</style>
background-color css
<style>
a { background-color: #86192E; }
a { background-color: rgb(134,25,46); }
div.DivClassName
{
background-color: #86192E;
}
.BgClassName
{
background-color: #86192E;
}
</style>
border-color css
<style>
span { border-color: #86192E; }
span { border-color: rgb(134,25,46); }
td.TdClassName
{
border-color: #86192E;
}
.TagClassName
{
border-color: #86192E;
}
</style>