Shades of Scarlett #861929
Tints of Scarlett #861929
RGB
CMYK
RGB Variations
Color information
#861929 (or 0x861929) is known color: Scarlett. HEX triplet: 86, 19 and 29. RGB value is (134,25,41). Sum of RGB (Red+Green+Blue) = 134+25+41=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #861929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861929 is #79E6D6. Grayscale: #3B3B3B. Windows color (decimal): -7988951 or 2693510. OLE color: 2693510.
HSL color Cylindrical-coordinate representation of color #861929: hue angle of 351.19º 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 #861929 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 41 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.47 |
| HSL | 351.19º | 0.69% | 0.31% | - |
| HSV(B) | 351.19º | 0.81% | 0.53% | - |
| XYZ | 10.58 | 5.92 | 2.68 | - |
| YUV | 59.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 41 | 0 | 0.81 | 0.69 | 0.47 | 351.19 | 0.69 | 0.31 |
| Hex | 86 | 19 | 29 | 0 | 51 | 45 | 2F | 15F | 45 | 1F |
| Octal | 206 | 31 | 51 | 0 | 121 | 105 | 57 | 537 | 105 | 37 |
| Binary | 10000110 | 11001 | 101001 | 0 | 1010001 | 1000101 | 101111 | 101011111 | 1000101 | 11111 |
Color Harmonies of #861929
Complementary color
Monochromatic Colors of #861929
Black with #861929
Text Example
Text Example
White with #861929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861929; }
p { color: rgb(134,25,41); }
H1.HeaderClassName
{
color: #861929;
}
.AnyTagClassName
{
color: #861929;
}
</style>
background-color css
<style>
a { background-color: #861929; }
a { background-color: rgb(134,25,41); }
div.DivClassName
{
background-color: #861929;
}
.BgClassName
{
background-color: #861929;
}
</style>
border-color css
<style>
span { border-color: #861929; }
span { border-color: rgb(134,25,41); }
td.TdClassName
{
border-color: #861929;
}
.TagClassName
{
border-color: #861929;
}
</style>