Shades of Scarlett #86202E
Tints of Scarlett #86202E
RGB
CMYK
RGB Variations
Color information
#86202E (or 0x86202E) is known color: Scarlett. HEX triplet: 86, 20 and 2E. RGB value is (134,32,46). Sum of RGB (Red+Green+Blue) = 134+32+46=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86202E is #79DFD1. Grayscale: #404040. Windows color (decimal): -7987154 or 3022982. OLE color: 3022982.
HSL color Cylindrical-coordinate representation of color #86202E: hue angle of 351.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86202E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 46 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.47 |
| HSL | 351.76º | 0.61% | 0.33% | - |
| HSV(B) | 351.76º | 0.76% | 0.53% | - |
| XYZ | 10.84 | 6.3 | 3.23 | - |
| YUV | 64.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 46 | 0 | 0.76 | 0.66 | 0.47 | 351.76 | 0.61 | 0.33 |
| Hex | 86 | 20 | 2E | 0 | 4C | 42 | 2F | 160 | 3D | 21 |
| Octal | 206 | 40 | 56 | 0 | 114 | 102 | 57 | 540 | 75 | 41 |
| Binary | 10000110 | 100000 | 101110 | 0 | 1001100 | 1000010 | 101111 | 101100000 | 111101 | 100001 |
Color Harmonies of #86202E
Complementary color
Monochromatic Colors of #86202E
Black with #86202E
Text Example
Text Example
White with #86202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86202E; }
p { color: rgb(134,32,46); }
H1.HeaderClassName
{
color: #86202E;
}
.AnyTagClassName
{
color: #86202E;
}
</style>
background-color css
<style>
a { background-color: #86202E; }
a { background-color: rgb(134,32,46); }
div.DivClassName
{
background-color: #86202E;
}
.BgClassName
{
background-color: #86202E;
}
</style>
border-color css
<style>
span { border-color: #86202E; }
span { border-color: rgb(134,32,46); }
td.TdClassName
{
border-color: #86202E;
}
.TagClassName
{
border-color: #86202E;
}
</style>