Shades of Scarlett #861837
Tints of Scarlett #861837
RGB
CMYK
RGB Variations
Color information
#861837 (or 0x861837) is known color: Scarlett. HEX triplet: 86, 18 and 37. RGB value is (134,24,55). Sum of RGB (Red+Green+Blue) = 134+24+55=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #861837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861837 is #79E7C8. Grayscale: #3C3C3C. Windows color (decimal): -7989193 or 3610758. OLE color: 3610758.
HSL color Cylindrical-coordinate representation of color #861837: hue angle of 343.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861837 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 55 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.47 |
| HSL | 343.09º | 0.7% | 0.31% | - |
| HSV(B) | 343.09º | 0.82% | 0.53% | - |
| XYZ | 10.85 | 6 | 4.2 | - |
| YUV | 60.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 55 | 0 | 0.82 | 0.59 | 0.47 | 343.09 | 0.7 | 0.31 |
| Hex | 86 | 18 | 37 | 0 | 52 | 3B | 2F | 157 | 46 | 1F |
| Octal | 206 | 30 | 67 | 0 | 122 | 73 | 57 | 527 | 106 | 37 |
| Binary | 10000110 | 11000 | 110111 | 0 | 1010010 | 111011 | 101111 | 101010111 | 1000110 | 11111 |
Color Harmonies of #861837
Complementary color
Monochromatic Colors of #861837
Black with #861837
Text Example
Text Example
White with #861837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861837; }
p { color: rgb(134,24,55); }
H1.HeaderClassName
{
color: #861837;
}
.AnyTagClassName
{
color: #861837;
}
</style>
background-color css
<style>
a { background-color: #861837; }
a { background-color: rgb(134,24,55); }
div.DivClassName
{
background-color: #861837;
}
.BgClassName
{
background-color: #861837;
}
</style>
border-color css
<style>
span { border-color: #861837; }
span { border-color: rgb(134,24,55); }
td.TdClassName
{
border-color: #861837;
}
.TagClassName
{
border-color: #861837;
}
</style>