Shades of Scarlett #861A28
Tints of Scarlett #861A28
RGB
CMYK
RGB Variations
Color information
#861A28 (or 0x861A28) is known color: Scarlett. HEX triplet: 86, 1A and 28. RGB value is (134,26,40). Sum of RGB (Red+Green+Blue) = 134+26+40=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #861A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A28 is #79E5D7. Grayscale: #3B3B3B. Windows color (decimal): -7988696 or 2628230. OLE color: 2628230.
HSL color Cylindrical-coordinate representation of color #861A28: hue angle of 352.22º 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 #861A28 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 40 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.47 |
| HSL | 352.22º | 0.68% | 0.31% | - |
| HSV(B) | 352.22º | 0.81% | 0.53% | - |
| XYZ | 10.58 | 5.96 | 2.6 | - |
| YUV | 59.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 40 | 0 | 0.81 | 0.70 | 0.47 | 352.22 | 0.68 | 0.31 |
| Hex | 86 | 1A | 28 | 0 | 51 | 46 | 2F | 160 | 44 | 1F |
| Octal | 206 | 32 | 50 | 0 | 121 | 106 | 57 | 540 | 104 | 37 |
| Binary | 10000110 | 11010 | 101000 | 0 | 1010001 | 1000110 | 101111 | 101100000 | 1000100 | 11111 |
Color Harmonies of #861A28
Complementary color
Monochromatic Colors of #861A28
Black with #861A28
Text Example
Text Example
White with #861A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A28; }
p { color: rgb(134,26,40); }
H1.HeaderClassName
{
color: #861A28;
}
.AnyTagClassName
{
color: #861A28;
}
</style>
background-color css
<style>
a { background-color: #861A28; }
a { background-color: rgb(134,26,40); }
div.DivClassName
{
background-color: #861A28;
}
.BgClassName
{
background-color: #861A28;
}
</style>
border-color css
<style>
span { border-color: #861A28; }
span { border-color: rgb(134,26,40); }
td.TdClassName
{
border-color: #861A28;
}
.TagClassName
{
border-color: #861A28;
}
</style>