Shades of Scarlett #881139
Tints of Scarlett #881139
RGB
CMYK
RGB Variations
Color information
#881139 (or 0x881139) is known color: Scarlett. HEX triplet: 88, 11 and 39. RGB value is (136,17,57). Sum of RGB (Red+Green+Blue) = 136+17+57=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881139 is #77EEC6. Grayscale: #393939. Windows color (decimal): -7859911 or 3740040. OLE color: 3740040.
HSL color Cylindrical-coordinate representation of color #881139: hue angle of 339.83º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881139 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 57 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.47 |
| HSL | 339.83º | 0.78% | 0.3% | - |
| HSV(B) | 339.83º | 0.88% | 0.53% | - |
| XYZ | 11.09 | 5.93 | 4.43 | - |
| YUV | 57.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 57 | 0 | 0.87 | 0.58 | 0.47 | 339.83 | 0.78 | 0.3 |
| Hex | 88 | 11 | 39 | 0 | 57 | 3A | 2F | 154 | 4E | 1E |
| Octal | 210 | 21 | 71 | 0 | 127 | 72 | 57 | 524 | 116 | 36 |
| Binary | 10001000 | 10001 | 111001 | 0 | 1010111 | 111010 | 101111 | 101010100 | 1001110 | 11110 |
Color Harmonies of #881139
Complementary color
Monochromatic Colors of #881139
Black with #881139
Text Example
Text Example
White with #881139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881139; }
p { color: rgb(136,17,57); }
H1.HeaderClassName
{
color: #881139;
}
.AnyTagClassName
{
color: #881139;
}
</style>
background-color css
<style>
a { background-color: #881139; }
a { background-color: rgb(136,17,57); }
div.DivClassName
{
background-color: #881139;
}
.BgClassName
{
background-color: #881139;
}
</style>
border-color css
<style>
span { border-color: #881139; }
span { border-color: rgb(136,17,57); }
td.TdClassName
{
border-color: #881139;
}
.TagClassName
{
border-color: #881139;
}
</style>