Shades of Scarlett #861828
Tints of Scarlett #861828
RGB
CMYK
RGB Variations
Color information
#861828 (or 0x861828) is known color: Scarlett. HEX triplet: 86, 18 and 28. RGB value is (134,24,40). Sum of RGB (Red+Green+Blue) = 134+24+40=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #861828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861828 is #79E7D7. Grayscale: #3A3A3A. Windows color (decimal): -7989208 or 2627718. OLE color: 2627718.
HSL color Cylindrical-coordinate representation of color #861828: hue angle of 351.27º 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 #861828 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 40 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.47 |
| HSL | 351.27º | 0.7% | 0.31% | - |
| HSV(B) | 351.27º | 0.82% | 0.53% | - |
| XYZ | 10.54 | 5.87 | 2.59 | - |
| YUV | 58.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 40 | 0 | 0.82 | 0.70 | 0.47 | 351.27 | 0.7 | 0.31 |
| Hex | 86 | 18 | 28 | 0 | 52 | 46 | 2F | 15F | 46 | 1F |
| Octal | 206 | 30 | 50 | 0 | 122 | 106 | 57 | 537 | 106 | 37 |
| Binary | 10000110 | 11000 | 101000 | 0 | 1010010 | 1000110 | 101111 | 101011111 | 1000110 | 11111 |
Color Harmonies of #861828
Complementary color
Monochromatic Colors of #861828
Black with #861828
Text Example
Text Example
White with #861828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861828; }
p { color: rgb(134,24,40); }
H1.HeaderClassName
{
color: #861828;
}
.AnyTagClassName
{
color: #861828;
}
</style>
background-color css
<style>
a { background-color: #861828; }
a { background-color: rgb(134,24,40); }
div.DivClassName
{
background-color: #861828;
}
.BgClassName
{
background-color: #861828;
}
</style>
border-color css
<style>
span { border-color: #861828; }
span { border-color: rgb(134,24,40); }
td.TdClassName
{
border-color: #861828;
}
.TagClassName
{
border-color: #861828;
}
</style>