Shades of Scarlett #87192B
Tints of Scarlett #87192B
RGB
CMYK
RGB Variations
Color information
#87192B (or 0x87192B) is known color: Scarlett. HEX triplet: 87, 19 and 2B. RGB value is (135,25,43). Sum of RGB (Red+Green+Blue) = 135+25+43=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87192B is #78E6D4. Grayscale: #3B3B3B. Windows color (decimal): -7923413 or 2824583. OLE color: 2824583.
HSL color Cylindrical-coordinate representation of color #87192B: hue angle of 350.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87192B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 43 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.47 |
| HSL | 350.18º | 0.69% | 0.31% | - |
| HSV(B) | 350.18º | 0.81% | 0.53% | - |
| XYZ | 10.78 | 6.02 | 2.88 | - |
| YUV | 59.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 43 | 0 | 0.81 | 0.68 | 0.47 | 350.18 | 0.69 | 0.31 |
| Hex | 87 | 19 | 2B | 0 | 51 | 44 | 2F | 15E | 45 | 1F |
| Octal | 207 | 31 | 53 | 0 | 121 | 104 | 57 | 536 | 105 | 37 |
| Binary | 10000111 | 11001 | 101011 | 0 | 1010001 | 1000100 | 101111 | 101011110 | 1000101 | 11111 |
Color Harmonies of #87192B
Complementary color
Monochromatic Colors of #87192B
Black with #87192B
Text Example
Text Example
White with #87192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87192B; }
p { color: rgb(135,25,43); }
H1.HeaderClassName
{
color: #87192B;
}
.AnyTagClassName
{
color: #87192B;
}
</style>
background-color css
<style>
a { background-color: #87192B; }
a { background-color: rgb(135,25,43); }
div.DivClassName
{
background-color: #87192B;
}
.BgClassName
{
background-color: #87192B;
}
</style>
border-color css
<style>
span { border-color: #87192B; }
span { border-color: rgb(135,25,43); }
td.TdClassName
{
border-color: #87192B;
}
.TagClassName
{
border-color: #87192B;
}
</style>