Shades of Scarlett #86122F
Tints of Scarlett #86122F
RGB
CMYK
RGB Variations
Color information
#86122F (or 0x86122F) is known color: Scarlett. HEX triplet: 86, 12 and 2F. RGB value is (134,18,47). Sum of RGB (Red+Green+Blue) = 134+18+47=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122F is #79EDD0. Grayscale: #373737. Windows color (decimal): -7990737 or 3084934. OLE color: 3084934.
HSL color Cylindrical-coordinate representation of color #86122F: hue angle of 345º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86122F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 47 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.47 |
| HSL | 345º | 0.76% | 0.3% | - |
| HSV(B) | 345º | 0.87% | 0.53% | - |
| XYZ | 10.56 | 5.71 | 3.23 | - |
| YUV | 55.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 47 | 0 | 0.87 | 0.65 | 0.47 | 345 | 0.76 | 0.3 |
| Hex | 86 | 12 | 2F | 0 | 57 | 41 | 2F | 159 | 4C | 1E |
| Octal | 206 | 22 | 57 | 0 | 127 | 101 | 57 | 531 | 114 | 36 |
| Binary | 10000110 | 10010 | 101111 | 0 | 1010111 | 1000001 | 101111 | 101011001 | 1001100 | 11110 |
Color Harmonies of #86122F
Complementary color
Monochromatic Colors of #86122F
Black with #86122F
Text Example
Text Example
White with #86122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86122F; }
p { color: rgb(134,18,47); }
H1.HeaderClassName
{
color: #86122F;
}
.AnyTagClassName
{
color: #86122F;
}
</style>
background-color css
<style>
a { background-color: #86122F; }
a { background-color: rgb(134,18,47); }
div.DivClassName
{
background-color: #86122F;
}
.BgClassName
{
background-color: #86122F;
}
</style>
border-color css
<style>
span { border-color: #86122F; }
span { border-color: rgb(134,18,47); }
td.TdClassName
{
border-color: #86122F;
}
.TagClassName
{
border-color: #86122F;
}
</style>