Shades of Scarlett #87113B
Tints of Scarlett #87113B
RGB
CMYK
RGB Variations
Color information
#87113B (or 0x87113B) is known color: Scarlett. HEX triplet: 87, 11 and 3B. RGB value is (135,17,59). Sum of RGB (Red+Green+Blue) = 135+17+59=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #87113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87113B is #78EEC4. Grayscale: #393939. Windows color (decimal): -7925445 or 3871111. OLE color: 3871111.
HSL color Cylindrical-coordinate representation of color #87113B: hue angle of 338.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87113B is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 59 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.47 |
| HSL | 338.64º | 0.78% | 0.3% | - |
| HSV(B) | 338.64º | 0.87% | 0.53% | - |
| XYZ | 10.98 | 5.87 | 4.69 | - |
| YUV | 57.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 59 | 0 | 0.87 | 0.56 | 0.47 | 338.64 | 0.78 | 0.3 |
| Hex | 87 | 11 | 3B | 0 | 57 | 38 | 2F | 153 | 4E | 1E |
| Octal | 207 | 21 | 73 | 0 | 127 | 70 | 57 | 523 | 116 | 36 |
| Binary | 10000111 | 10001 | 111011 | 0 | 1010111 | 111000 | 101111 | 101010011 | 1001110 | 11110 |
Color Harmonies of #87113B
Complementary color
Monochromatic Colors of #87113B
Black with #87113B
Text Example
Text Example
White with #87113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87113B; }
p { color: rgb(135,17,59); }
H1.HeaderClassName
{
color: #87113B;
}
.AnyTagClassName
{
color: #87113B;
}
</style>
background-color css
<style>
a { background-color: #87113B; }
a { background-color: rgb(135,17,59); }
div.DivClassName
{
background-color: #87113B;
}
.BgClassName
{
background-color: #87113B;
}
</style>
border-color css
<style>
span { border-color: #87113B; }
span { border-color: rgb(135,17,59); }
td.TdClassName
{
border-color: #87113B;
}
.TagClassName
{
border-color: #87113B;
}
</style>