Shades of Scarlett #861A2C
Tints of Scarlett #861A2C
RGB
CMYK
RGB Variations
Color information
#861A2C (or 0x861A2C) is known color: Scarlett. HEX triplet: 86, 1A and 2C. RGB value is (134,26,44). Sum of RGB (Red+Green+Blue) = 134+26+44=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #861A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A2C is #79E5D3. Grayscale: #3C3C3C. Windows color (decimal): -7988692 or 2890374. OLE color: 2890374.
HSL color Cylindrical-coordinate representation of color #861A2C: hue angle of 350º degrees, saturation: 0.68, 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 #861A2C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 44 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.47 |
| HSL | 350º | 0.68% | 0.31% | - |
| HSV(B) | 350º | 0.81% | 0.53% | - |
| XYZ | 10.66 | 5.99 | 2.98 | - |
| YUV | 60.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 44 | 0 | 0.81 | 0.67 | 0.47 | 350 | 0.68 | 0.31 |
| Hex | 86 | 1A | 2C | 0 | 51 | 43 | 2F | 15E | 44 | 1F |
| Octal | 206 | 32 | 54 | 0 | 121 | 103 | 57 | 536 | 104 | 37 |
| Binary | 10000110 | 11010 | 101100 | 0 | 1010001 | 1000011 | 101111 | 101011110 | 1000100 | 11111 |
Color Harmonies of #861A2C
Complementary color
Monochromatic Colors of #861A2C
Black with #861A2C
Text Example
Text Example
White with #861A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A2C; }
p { color: rgb(134,26,44); }
H1.HeaderClassName
{
color: #861A2C;
}
.AnyTagClassName
{
color: #861A2C;
}
</style>
background-color css
<style>
a { background-color: #861A2C; }
a { background-color: rgb(134,26,44); }
div.DivClassName
{
background-color: #861A2C;
}
.BgClassName
{
background-color: #861A2C;
}
</style>
border-color css
<style>
span { border-color: #861A2C; }
span { border-color: rgb(134,26,44); }
td.TdClassName
{
border-color: #861A2C;
}
.TagClassName
{
border-color: #861A2C;
}
</style>