Shades of Scarlett #861C2B
Tints of Scarlett #861C2B
RGB
CMYK
RGB Variations
Color information
#861C2B (or 0x861C2B) is known color: Scarlett. HEX triplet: 86, 1C and 2B. RGB value is (134,28,43). Sum of RGB (Red+Green+Blue) = 134+28+43=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C2B is #79E3D4. Grayscale: #3D3D3D. Windows color (decimal): -7988181 or 2825350. OLE color: 2825350.
HSL color Cylindrical-coordinate representation of color #861C2B: hue angle of 351.51º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C2B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 43 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.47 |
| HSL | 351.51º | 0.65% | 0.32% | - |
| HSV(B) | 351.51º | 0.79% | 0.53% | - |
| XYZ | 10.68 | 6.07 | 2.89 | - |
| YUV | 61.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 43 | 0 | 0.79 | 0.68 | 0.47 | 351.51 | 0.65 | 0.32 |
| Hex | 86 | 1C | 2B | 0 | 4F | 44 | 2F | 160 | 41 | 20 |
| Octal | 206 | 34 | 53 | 0 | 117 | 104 | 57 | 540 | 101 | 40 |
| Binary | 10000110 | 11100 | 101011 | 0 | 1001111 | 1000100 | 101111 | 101100000 | 1000001 | 100000 |
Color Harmonies of #861C2B
Complementary color
Monochromatic Colors of #861C2B
Black with #861C2B
Text Example
Text Example
White with #861C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C2B; }
p { color: rgb(134,28,43); }
H1.HeaderClassName
{
color: #861C2B;
}
.AnyTagClassName
{
color: #861C2B;
}
</style>
background-color css
<style>
a { background-color: #861C2B; }
a { background-color: rgb(134,28,43); }
div.DivClassName
{
background-color: #861C2B;
}
.BgClassName
{
background-color: #861C2B;
}
</style>
border-color css
<style>
span { border-color: #861C2B; }
span { border-color: rgb(134,28,43); }
td.TdClassName
{
border-color: #861C2B;
}
.TagClassName
{
border-color: #861C2B;
}
</style>