Shades of Scarlett #871234
Tints of Scarlett #871234
RGB
CMYK
RGB Variations
Color information
#871234 (or 0x871234) is known color: Scarlett. HEX triplet: 87, 12 and 34. RGB value is (135,18,52). Sum of RGB (Red+Green+Blue) = 135+18+52=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871234 is #78EDCB. Grayscale: #383838. Windows color (decimal): -7925196 or 3412615. OLE color: 3412615.
HSL color Cylindrical-coordinate representation of color #871234: hue angle of 342.56º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871234 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 52 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.47 |
| HSL | 342.56º | 0.76% | 0.3% | - |
| HSV(B) | 342.56º | 0.87% | 0.53% | - |
| XYZ | 10.83 | 5.83 | 3.8 | - |
| YUV | 56.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 52 | 0 | 0.87 | 0.61 | 0.47 | 342.56 | 0.76 | 0.3 |
| Hex | 87 | 12 | 34 | 0 | 57 | 3D | 2F | 157 | 4C | 1E |
| Octal | 207 | 22 | 64 | 0 | 127 | 75 | 57 | 527 | 114 | 36 |
| Binary | 10000111 | 10010 | 110100 | 0 | 1010111 | 111101 | 101111 | 101010111 | 1001100 | 11110 |
Color Harmonies of #871234
Complementary color
Monochromatic Colors of #871234
Black with #871234
Text Example
Text Example
White with #871234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871234; }
p { color: rgb(135,18,52); }
H1.HeaderClassName
{
color: #871234;
}
.AnyTagClassName
{
color: #871234;
}
</style>
background-color css
<style>
a { background-color: #871234; }
a { background-color: rgb(135,18,52); }
div.DivClassName
{
background-color: #871234;
}
.BgClassName
{
background-color: #871234;
}
</style>
border-color css
<style>
span { border-color: #871234; }
span { border-color: rgb(135,18,52); }
td.TdClassName
{
border-color: #871234;
}
.TagClassName
{
border-color: #871234;
}
</style>