Shades of Scarlett #87192C
Tints of Scarlett #87192C
RGB
CMYK
RGB Variations
Color information
#87192C (or 0x87192C) is known color: Scarlett. HEX triplet: 87, 19 and 2C. RGB value is (135,25,44). Sum of RGB (Red+Green+Blue) = 135+25+44=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87192C is #78E6D3. Grayscale: #3C3C3C. Windows color (decimal): -7923412 or 2890119. OLE color: 2890119.
HSL color Cylindrical-coordinate representation of color #87192C: hue angle of 349.64º 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 #87192C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 44 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.47 |
| HSL | 349.64º | 0.69% | 0.31% | - |
| HSV(B) | 349.64º | 0.81% | 0.53% | - |
| XYZ | 10.79 | 6.03 | 2.98 | - |
| YUV | 60.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 44 | 0 | 0.81 | 0.67 | 0.47 | 349.64 | 0.69 | 0.31 |
| Hex | 87 | 19 | 2C | 0 | 51 | 43 | 2F | 15E | 45 | 1F |
| Octal | 207 | 31 | 54 | 0 | 121 | 103 | 57 | 536 | 105 | 37 |
| Binary | 10000111 | 11001 | 101100 | 0 | 1010001 | 1000011 | 101111 | 101011110 | 1000101 | 11111 |
Color Harmonies of #87192C
Complementary color
Monochromatic Colors of #87192C
Black with #87192C
Text Example
Text Example
White with #87192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87192C; }
p { color: rgb(135,25,44); }
H1.HeaderClassName
{
color: #87192C;
}
.AnyTagClassName
{
color: #87192C;
}
</style>
background-color css
<style>
a { background-color: #87192C; }
a { background-color: rgb(135,25,44); }
div.DivClassName
{
background-color: #87192C;
}
.BgClassName
{
background-color: #87192C;
}
</style>
border-color css
<style>
span { border-color: #87192C; }
span { border-color: rgb(135,25,44); }
td.TdClassName
{
border-color: #87192C;
}
.TagClassName
{
border-color: #87192C;
}
</style>