Shades of Scarlett #86192F
Tints of Scarlett #86192F
RGB
CMYK
RGB Variations
Color information
#86192F (or 0x86192F) is known color: Scarlett. HEX triplet: 86, 19 and 2F. RGB value is (134,25,47). Sum of RGB (Red+Green+Blue) = 134+25+47=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #86192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86192F is #79E6D0. Grayscale: #3C3C3C. Windows color (decimal): -7988945 or 3086726. OLE color: 3086726.
HSL color Cylindrical-coordinate representation of color #86192F: hue angle of 347.89º 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 #86192F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 47 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.47 |
| HSL | 347.89º | 0.69% | 0.31% | - |
| HSV(B) | 347.89º | 0.81% | 0.53% | - |
| XYZ | 10.69 | 5.97 | 3.28 | - |
| YUV | 60.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 47 | 0 | 0.81 | 0.65 | 0.47 | 347.89 | 0.69 | 0.31 |
| Hex | 86 | 19 | 2F | 0 | 51 | 41 | 2F | 15C | 45 | 1F |
| Octal | 206 | 31 | 57 | 0 | 121 | 101 | 57 | 534 | 105 | 37 |
| Binary | 10000110 | 11001 | 101111 | 0 | 1010001 | 1000001 | 101111 | 101011100 | 1000101 | 11111 |
Color Harmonies of #86192F
Complementary color
Monochromatic Colors of #86192F
Black with #86192F
Text Example
Text Example
White with #86192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86192F; }
p { color: rgb(134,25,47); }
H1.HeaderClassName
{
color: #86192F;
}
.AnyTagClassName
{
color: #86192F;
}
</style>
background-color css
<style>
a { background-color: #86192F; }
a { background-color: rgb(134,25,47); }
div.DivClassName
{
background-color: #86192F;
}
.BgClassName
{
background-color: #86192F;
}
</style>
border-color css
<style>
span { border-color: #86192F; }
span { border-color: rgb(134,25,47); }
td.TdClassName
{
border-color: #86192F;
}
.TagClassName
{
border-color: #86192F;
}
</style>