Shades of Scarlett #86182C
Tints of Scarlett #86182C
RGB
CMYK
RGB Variations
Color information
#86182C (or 0x86182C) is known color: Scarlett. HEX triplet: 86, 18 and 2C. RGB value is (134,24,44). Sum of RGB (Red+Green+Blue) = 134+24+44=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86182C is #79E7D3. Grayscale: #3B3B3B. Windows color (decimal): -7989204 or 2889862. OLE color: 2889862.
HSL color Cylindrical-coordinate representation of color #86182C: hue angle of 349.09º 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 #86182C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 44 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.47 |
| HSL | 349.09º | 0.7% | 0.31% | - |
| HSV(B) | 349.09º | 0.82% | 0.53% | - |
| XYZ | 10.61 | 5.9 | 2.96 | - |
| YUV | 59.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 44 | 0 | 0.82 | 0.67 | 0.47 | 349.09 | 0.7 | 0.31 |
| Hex | 86 | 18 | 2C | 0 | 52 | 43 | 2F | 15D | 46 | 1F |
| Octal | 206 | 30 | 54 | 0 | 122 | 103 | 57 | 535 | 106 | 37 |
| Binary | 10000110 | 11000 | 101100 | 0 | 1010010 | 1000011 | 101111 | 101011101 | 1000110 | 11111 |
Color Harmonies of #86182C
Complementary color
Monochromatic Colors of #86182C
Black with #86182C
Text Example
Text Example
White with #86182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86182C; }
p { color: rgb(134,24,44); }
H1.HeaderClassName
{
color: #86182C;
}
.AnyTagClassName
{
color: #86182C;
}
</style>
background-color css
<style>
a { background-color: #86182C; }
a { background-color: rgb(134,24,44); }
div.DivClassName
{
background-color: #86182C;
}
.BgClassName
{
background-color: #86182C;
}
</style>
border-color css
<style>
span { border-color: #86182C; }
span { border-color: rgb(134,24,44); }
td.TdClassName
{
border-color: #86182C;
}
.TagClassName
{
border-color: #86182C;
}
</style>