Shades of Scarlett #871434
Tints of Scarlett #871434
RGB
CMYK
RGB Variations
Color information
#871434 (or 0x871434) is known color: Scarlett. HEX triplet: 87, 14 and 34. RGB value is (135,20,52). Sum of RGB (Red+Green+Blue) = 135+20+52=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871434 is #78EBCB. Grayscale: #3A3A3A. Windows color (decimal): -7924684 or 3413127. OLE color: 3413127.
HSL color Cylindrical-coordinate representation of color #871434: hue angle of 343.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871434 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 52 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.47 |
| HSL | 343.3º | 0.74% | 0.3% | - |
| HSV(B) | 343.3º | 0.85% | 0.53% | - |
| XYZ | 10.86 | 5.9 | 3.81 | - |
| YUV | 58.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 52 | 0 | 0.85 | 0.61 | 0.47 | 343.3 | 0.74 | 0.3 |
| Hex | 87 | 14 | 34 | 0 | 55 | 3D | 2F | 157 | 4A | 1E |
| Octal | 207 | 24 | 64 | 0 | 125 | 75 | 57 | 527 | 112 | 36 |
| Binary | 10000111 | 10100 | 110100 | 0 | 1010101 | 111101 | 101111 | 101010111 | 1001010 | 11110 |
Color Harmonies of #871434
Complementary color
Monochromatic Colors of #871434
Black with #871434
Text Example
Text Example
White with #871434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871434; }
p { color: rgb(135,20,52); }
H1.HeaderClassName
{
color: #871434;
}
.AnyTagClassName
{
color: #871434;
}
</style>
background-color css
<style>
a { background-color: #871434; }
a { background-color: rgb(135,20,52); }
div.DivClassName
{
background-color: #871434;
}
.BgClassName
{
background-color: #871434;
}
</style>
border-color css
<style>
span { border-color: #871434; }
span { border-color: rgb(135,20,52); }
td.TdClassName
{
border-color: #871434;
}
.TagClassName
{
border-color: #871434;
}
</style>