Shades of Scarlett #861931
Tints of Scarlett #861931
RGB
CMYK
RGB Variations
Color information
#861931 (or 0x861931) is known color: Scarlett. HEX triplet: 86, 19 and 31. RGB value is (134,25,49). Sum of RGB (Red+Green+Blue) = 134+25+49=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861931 is #79E6CE. Grayscale: #3C3C3C. Windows color (decimal): -7988943 or 3217798. OLE color: 3217798.
HSL color Cylindrical-coordinate representation of color #861931: hue angle of 346.79º 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 #861931 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 49 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.47 |
| HSL | 346.79º | 0.69% | 0.31% | - |
| HSV(B) | 346.79º | 0.81% | 0.53% | - |
| XYZ | 10.73 | 5.99 | 3.5 | - |
| YUV | 60.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 49 | 0 | 0.81 | 0.63 | 0.47 | 346.79 | 0.69 | 0.31 |
| Hex | 86 | 19 | 31 | 0 | 51 | 3F | 2F | 15B | 45 | 1F |
| Octal | 206 | 31 | 61 | 0 | 121 | 77 | 57 | 533 | 105 | 37 |
| Binary | 10000110 | 11001 | 110001 | 0 | 1010001 | 111111 | 101111 | 101011011 | 1000101 | 11111 |
Color Harmonies of #861931
Complementary color
Monochromatic Colors of #861931
Black with #861931
Text Example
Text Example
White with #861931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861931; }
p { color: rgb(134,25,49); }
H1.HeaderClassName
{
color: #861931;
}
.AnyTagClassName
{
color: #861931;
}
</style>
background-color css
<style>
a { background-color: #861931; }
a { background-color: rgb(134,25,49); }
div.DivClassName
{
background-color: #861931;
}
.BgClassName
{
background-color: #861931;
}
</style>
border-color css
<style>
span { border-color: #861931; }
span { border-color: rgb(134,25,49); }
td.TdClassName
{
border-color: #861931;
}
.TagClassName
{
border-color: #861931;
}
</style>