Shades of Scarlett #86133B
Tints of Scarlett #86133B
RGB
CMYK
RGB Variations
Color information
#86133B (or 0x86133B) is known color: Scarlett. HEX triplet: 86, 13 and 3B. RGB value is (134,19,59). Sum of RGB (Red+Green+Blue) = 134+19+59=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86133B is #79ECC4. Grayscale: #393939. Windows color (decimal): -7990469 or 3871622. OLE color: 3871622.
HSL color Cylindrical-coordinate representation of color #86133B: hue angle of 339.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86133B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 59 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.47 |
| HSL | 339.13º | 0.75% | 0.3% | - |
| HSV(B) | 339.13º | 0.86% | 0.53% | - |
| XYZ | 10.85 | 5.85 | 4.69 | - |
| YUV | 57.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 59 | 0 | 0.86 | 0.56 | 0.47 | 339.13 | 0.75 | 0.3 |
| Hex | 86 | 13 | 3B | 0 | 56 | 38 | 2F | 153 | 4B | 1E |
| Octal | 206 | 23 | 73 | 0 | 126 | 70 | 57 | 523 | 113 | 36 |
| Binary | 10000110 | 10011 | 111011 | 0 | 1010110 | 111000 | 101111 | 101010011 | 1001011 | 11110 |
Color Harmonies of #86133B
Complementary color
Monochromatic Colors of #86133B
Black with #86133B
Text Example
Text Example
White with #86133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86133B; }
p { color: rgb(134,19,59); }
H1.HeaderClassName
{
color: #86133B;
}
.AnyTagClassName
{
color: #86133B;
}
</style>
background-color css
<style>
a { background-color: #86133B; }
a { background-color: rgb(134,19,59); }
div.DivClassName
{
background-color: #86133B;
}
.BgClassName
{
background-color: #86133B;
}
</style>
border-color css
<style>
span { border-color: #86133B; }
span { border-color: rgb(134,19,59); }
td.TdClassName
{
border-color: #86133B;
}
.TagClassName
{
border-color: #86133B;
}
</style>