Shades of Scarlett #871834
Tints of Scarlett #871834
RGB
CMYK
RGB Variations
Color information
#871834 (or 0x871834) is known color: Scarlett. HEX triplet: 87, 18 and 34. RGB value is (135,24,52). Sum of RGB (Red+Green+Blue) = 135+24+52=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #871834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871834 is #78E7CB. Grayscale: #3C3C3C. Windows color (decimal): -7923660 or 3414151. OLE color: 3414151.
HSL color Cylindrical-coordinate representation of color #871834: hue angle of 344.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871834 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 52 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.47 |
| HSL | 344.86º | 0.7% | 0.31% | - |
| HSV(B) | 344.86º | 0.82% | 0.53% | - |
| XYZ | 10.94 | 6.05 | 3.84 | - |
| YUV | 60.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 52 | 0 | 0.82 | 0.61 | 0.47 | 344.86 | 0.7 | 0.31 |
| Hex | 87 | 18 | 34 | 0 | 52 | 3D | 2F | 159 | 46 | 1F |
| Octal | 207 | 30 | 64 | 0 | 122 | 75 | 57 | 531 | 106 | 37 |
| Binary | 10000111 | 11000 | 110100 | 0 | 1010010 | 111101 | 101111 | 101011001 | 1000110 | 11111 |
Color Harmonies of #871834
Complementary color
Monochromatic Colors of #871834
Black with #871834
Text Example
Text Example
White with #871834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871834; }
p { color: rgb(135,24,52); }
H1.HeaderClassName
{
color: #871834;
}
.AnyTagClassName
{
color: #871834;
}
</style>
background-color css
<style>
a { background-color: #871834; }
a { background-color: rgb(135,24,52); }
div.DivClassName
{
background-color: #871834;
}
.BgClassName
{
background-color: #871834;
}
</style>
border-color css
<style>
span { border-color: #871834; }
span { border-color: rgb(135,24,52); }
td.TdClassName
{
border-color: #871834;
}
.TagClassName
{
border-color: #871834;
}
</style>