Shades of Scarlett #87192A
Tints of Scarlett #87192A
RGB
CMYK
RGB Variations
Color information
#87192A (or 0x87192A) is known color: Scarlett. HEX triplet: 87, 19 and 2A. RGB value is (135,25,42). Sum of RGB (Red+Green+Blue) = 135+25+42=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87192A is #78E6D5. Grayscale: #3B3B3B. Windows color (decimal): -7923414 or 2759047. OLE color: 2759047.
HSL color Cylindrical-coordinate representation of color #87192A: hue angle of 350.73º 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 #87192A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 42 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.47 |
| HSL | 350.73º | 0.69% | 0.31% | - |
| HSV(B) | 350.73º | 0.81% | 0.53% | - |
| XYZ | 10.76 | 6.01 | 2.78 | - |
| YUV | 59.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 42 | 0 | 0.81 | 0.69 | 0.47 | 350.73 | 0.69 | 0.31 |
| Hex | 87 | 19 | 2A | 0 | 51 | 45 | 2F | 15F | 45 | 1F |
| Octal | 207 | 31 | 52 | 0 | 121 | 105 | 57 | 537 | 105 | 37 |
| Binary | 10000111 | 11001 | 101010 | 0 | 1010001 | 1000101 | 101111 | 101011111 | 1000101 | 11111 |
Color Harmonies of #87192A
Complementary color
Monochromatic Colors of #87192A
Black with #87192A
Text Example
Text Example
White with #87192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87192A; }
p { color: rgb(135,25,42); }
H1.HeaderClassName
{
color: #87192A;
}
.AnyTagClassName
{
color: #87192A;
}
</style>
background-color css
<style>
a { background-color: #87192A; }
a { background-color: rgb(135,25,42); }
div.DivClassName
{
background-color: #87192A;
}
.BgClassName
{
background-color: #87192A;
}
</style>
border-color css
<style>
span { border-color: #87192A; }
span { border-color: rgb(135,25,42); }
td.TdClassName
{
border-color: #87192A;
}
.TagClassName
{
border-color: #87192A;
}
</style>