Shades of Scarlett #87132F
Tints of Scarlett #87132F
RGB
CMYK
RGB Variations
Color information
#87132F (or 0x87132F) is known color: Scarlett. HEX triplet: 87, 13 and 2F. RGB value is (135,19,47). Sum of RGB (Red+Green+Blue) = 135+19+47=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87132F is #78ECD0. Grayscale: #383838. Windows color (decimal): -7924945 or 3085191. OLE color: 3085191.
HSL color Cylindrical-coordinate representation of color #87132F: hue angle of 345.52º 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 #87132F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 47 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.47 |
| HSL | 345.52º | 0.75% | 0.3% | - |
| HSV(B) | 345.52º | 0.86% | 0.53% | - |
| XYZ | 10.74 | 5.82 | 3.25 | - |
| YUV | 56.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 47 | 0 | 0.86 | 0.65 | 0.47 | 345.52 | 0.75 | 0.3 |
| Hex | 87 | 13 | 2F | 0 | 56 | 41 | 2F | 15A | 4B | 1E |
| Octal | 207 | 23 | 57 | 0 | 126 | 101 | 57 | 532 | 113 | 36 |
| Binary | 10000111 | 10011 | 101111 | 0 | 1010110 | 1000001 | 101111 | 101011010 | 1001011 | 11110 |
Color Harmonies of #87132F
Complementary color
Monochromatic Colors of #87132F
Black with #87132F
Text Example
Text Example
White with #87132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87132F; }
p { color: rgb(135,19,47); }
H1.HeaderClassName
{
color: #87132F;
}
.AnyTagClassName
{
color: #87132F;
}
</style>
background-color css
<style>
a { background-color: #87132F; }
a { background-color: rgb(135,19,47); }
div.DivClassName
{
background-color: #87132F;
}
.BgClassName
{
background-color: #87132F;
}
</style>
border-color css
<style>
span { border-color: #87132F; }
span { border-color: rgb(135,19,47); }
td.TdClassName
{
border-color: #87132F;
}
.TagClassName
{
border-color: #87132F;
}
</style>