Shades of Scarlett #861628
Tints of Scarlett #861628
RGB
CMYK
RGB Variations
Color information
#861628 (or 0x861628) is known color: Scarlett. HEX triplet: 86, 16 and 28. RGB value is (134,22,40). Sum of RGB (Red+Green+Blue) = 134+22+40=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #861628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861628 is #79E9D7. Grayscale: #393939. Windows color (decimal): -7989720 or 2627206. OLE color: 2627206.
HSL color Cylindrical-coordinate representation of color #861628: hue angle of 350.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861628 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 40 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.47 |
| HSL | 350.36º | 0.72% | 0.31% | - |
| HSV(B) | 350.36º | 0.84% | 0.53% | - |
| XYZ | 10.5 | 5.8 | 2.57 | - |
| YUV | 57.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 40 | 0 | 0.84 | 0.70 | 0.47 | 350.36 | 0.72 | 0.31 |
| Hex | 86 | 16 | 28 | 0 | 54 | 46 | 2F | 15E | 48 | 1F |
| Octal | 206 | 26 | 50 | 0 | 124 | 106 | 57 | 536 | 110 | 37 |
| Binary | 10000110 | 10110 | 101000 | 0 | 1010100 | 1000110 | 101111 | 101011110 | 1001000 | 11111 |
Color Harmonies of #861628
Complementary color
Monochromatic Colors of #861628
Black with #861628
Text Example
Text Example
White with #861628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861628; }
p { color: rgb(134,22,40); }
H1.HeaderClassName
{
color: #861628;
}
.AnyTagClassName
{
color: #861628;
}
</style>
background-color css
<style>
a { background-color: #861628; }
a { background-color: rgb(134,22,40); }
div.DivClassName
{
background-color: #861628;
}
.BgClassName
{
background-color: #861628;
}
</style>
border-color css
<style>
span { border-color: #861628; }
span { border-color: rgb(134,22,40); }
td.TdClassName
{
border-color: #861628;
}
.TagClassName
{
border-color: #861628;
}
</style>