Shades of Scarlett #871830
Tints of Scarlett #871830
RGB
CMYK
RGB Variations
Color information
#871830 (or 0x871830) is known color: Scarlett. HEX triplet: 87, 18 and 30. RGB value is (135,24,48). Sum of RGB (Red+Green+Blue) = 135+24+48=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871830 is #78E7CF. Grayscale: #3B3B3B. Windows color (decimal): -7923664 or 3152007. OLE color: 3152007.
HSL color Cylindrical-coordinate representation of color #871830: hue angle of 347.03º 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 #871830 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 48 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.47 |
| HSL | 347.03º | 0.7% | 0.31% | - |
| HSV(B) | 347.03º | 0.82% | 0.53% | - |
| XYZ | 10.85 | 6.02 | 3.39 | - |
| YUV | 59.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 48 | 0 | 0.82 | 0.64 | 0.47 | 347.03 | 0.7 | 0.31 |
| Hex | 87 | 18 | 30 | 0 | 52 | 40 | 2F | 15B | 46 | 1F |
| Octal | 207 | 30 | 60 | 0 | 122 | 100 | 57 | 533 | 106 | 37 |
| Binary | 10000111 | 11000 | 110000 | 0 | 1010010 | 1000000 | 101111 | 101011011 | 1000110 | 11111 |
Color Harmonies of #871830
Complementary color
Monochromatic Colors of #871830
Black with #871830
Text Example
Text Example
White with #871830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871830; }
p { color: rgb(135,24,48); }
H1.HeaderClassName
{
color: #871830;
}
.AnyTagClassName
{
color: #871830;
}
</style>
background-color css
<style>
a { background-color: #871830; }
a { background-color: rgb(135,24,48); }
div.DivClassName
{
background-color: #871830;
}
.BgClassName
{
background-color: #871830;
}
</style>
border-color css
<style>
span { border-color: #871830; }
span { border-color: rgb(135,24,48); }
td.TdClassName
{
border-color: #871830;
}
.TagClassName
{
border-color: #871830;
}
</style>