Shades of Scarlett #871429
Tints of Scarlett #871429
RGB
CMYK
RGB Variations
Color information
#871429 (or 0x871429) is known color: Scarlett. HEX triplet: 87, 14 and 29. RGB value is (135,20,41). Sum of RGB (Red+Green+Blue) = 135+20+41=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #871429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871429 is #78EBD6. Grayscale: #383838. Windows color (decimal): -7924695 or 2692231. OLE color: 2692231.
HSL color Cylindrical-coordinate representation of color #871429: hue angle of 349.04º 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 #871429 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 41 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.47 |
| HSL | 349.04º | 0.74% | 0.3% | - |
| HSV(B) | 349.04º | 0.85% | 0.53% | - |
| XYZ | 10.64 | 5.81 | 2.66 | - |
| YUV | 56.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 41 | 0 | 0.85 | 0.70 | 0.47 | 349.04 | 0.74 | 0.3 |
| Hex | 87 | 14 | 29 | 0 | 55 | 46 | 2F | 15D | 4A | 1E |
| Octal | 207 | 24 | 51 | 0 | 125 | 106 | 57 | 535 | 112 | 36 |
| Binary | 10000111 | 10100 | 101001 | 0 | 1010101 | 1000110 | 101111 | 101011101 | 1001010 | 11110 |
Color Harmonies of #871429
Complementary color
Monochromatic Colors of #871429
Black with #871429
Text Example
Text Example
White with #871429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871429; }
p { color: rgb(135,20,41); }
H1.HeaderClassName
{
color: #871429;
}
.AnyTagClassName
{
color: #871429;
}
</style>
background-color css
<style>
a { background-color: #871429; }
a { background-color: rgb(135,20,41); }
div.DivClassName
{
background-color: #871429;
}
.BgClassName
{
background-color: #871429;
}
</style>
border-color css
<style>
span { border-color: #871429; }
span { border-color: rgb(135,20,41); }
td.TdClassName
{
border-color: #871429;
}
.TagClassName
{
border-color: #871429;
}
</style>