Shades of Scarlett #861E2C
Tints of Scarlett #861E2C
RGB
CMYK
RGB Variations
Color information
#861E2C (or 0x861E2C) is known color: Scarlett. HEX triplet: 86, 1E and 2C. RGB value is (134,30,44). Sum of RGB (Red+Green+Blue) = 134+30+44=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #861E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E2C is #79E1D3. Grayscale: #3E3E3E. Windows color (decimal): -7987668 or 2891398. OLE color: 2891398.
HSL color Cylindrical-coordinate representation of color #861E2C: hue angle of 351.92º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E2C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 44 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.47 |
| HSL | 351.92º | 0.63% | 0.32% | - |
| HSV(B) | 351.92º | 0.78% | 0.53% | - |
| XYZ | 10.75 | 6.18 | 3.01 | - |
| YUV | 62.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 44 | 0 | 0.78 | 0.67 | 0.47 | 351.92 | 0.63 | 0.32 |
| Hex | 86 | 1E | 2C | 0 | 4E | 43 | 2F | 160 | 3F | 20 |
| Octal | 206 | 36 | 54 | 0 | 116 | 103 | 57 | 540 | 77 | 40 |
| Binary | 10000110 | 11110 | 101100 | 0 | 1001110 | 1000011 | 101111 | 101100000 | 111111 | 100000 |
Color Harmonies of #861E2C
Complementary color
Monochromatic Colors of #861E2C
Black with #861E2C
Text Example
Text Example
White with #861E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E2C; }
p { color: rgb(134,30,44); }
H1.HeaderClassName
{
color: #861E2C;
}
.AnyTagClassName
{
color: #861E2C;
}
</style>
background-color css
<style>
a { background-color: #861E2C; }
a { background-color: rgb(134,30,44); }
div.DivClassName
{
background-color: #861E2C;
}
.BgClassName
{
background-color: #861E2C;
}
</style>
border-color css
<style>
span { border-color: #861E2C; }
span { border-color: rgb(134,30,44); }
td.TdClassName
{
border-color: #861E2C;
}
.TagClassName
{
border-color: #861E2C;
}
</style>