Shades of Scarlett #86182D
Tints of Scarlett #86182D
RGB
CMYK
RGB Variations
Color information
#86182D (or 0x86182D) is known color: Scarlett. HEX triplet: 86, 18 and 2D. RGB value is (134,24,45). Sum of RGB (Red+Green+Blue) = 134+24+45=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86182D is #79E7D2. Grayscale: #3B3B3B. Windows color (decimal): -7989203 or 2955398. OLE color: 2955398.
HSL color Cylindrical-coordinate representation of color #86182D: hue angle of 348.55º 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 #86182D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 45 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.47 |
| HSL | 348.55º | 0.7% | 0.31% | - |
| HSV(B) | 348.55º | 0.82% | 0.53% | - |
| XYZ | 10.63 | 5.91 | 3.06 | - |
| YUV | 59.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 45 | 0 | 0.82 | 0.66 | 0.47 | 348.55 | 0.7 | 0.31 |
| Hex | 86 | 18 | 2D | 0 | 52 | 42 | 2F | 15D | 46 | 1F |
| Octal | 206 | 30 | 55 | 0 | 122 | 102 | 57 | 535 | 106 | 37 |
| Binary | 10000110 | 11000 | 101101 | 0 | 1010010 | 1000010 | 101111 | 101011101 | 1000110 | 11111 |
Color Harmonies of #86182D
Complementary color
Monochromatic Colors of #86182D
Black with #86182D
Text Example
Text Example
White with #86182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86182D; }
p { color: rgb(134,24,45); }
H1.HeaderClassName
{
color: #86182D;
}
.AnyTagClassName
{
color: #86182D;
}
</style>
background-color css
<style>
a { background-color: #86182D; }
a { background-color: rgb(134,24,45); }
div.DivClassName
{
background-color: #86182D;
}
.BgClassName
{
background-color: #86182D;
}
</style>
border-color css
<style>
span { border-color: #86182D; }
span { border-color: rgb(134,24,45); }
td.TdClassName
{
border-color: #86182D;
}
.TagClassName
{
border-color: #86182D;
}
</style>