Shades of Scarlett #881239
Tints of Scarlett #881239
RGB
CMYK
RGB Variations
Color information
#881239 (or 0x881239) is known color: Scarlett. HEX triplet: 88, 12 and 39. RGB value is (136,18,57). Sum of RGB (Red+Green+Blue) = 136+18+57=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881239 is #77EDC6. Grayscale: #393939. Windows color (decimal): -7859655 or 3740296. OLE color: 3740296.
HSL color Cylindrical-coordinate representation of color #881239: hue angle of 340.17º degrees, saturation: 0.77, 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 #881239 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 57 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.47 |
| HSL | 340.17º | 0.77% | 0.3% | - |
| HSV(B) | 340.17º | 0.87% | 0.53% | - |
| XYZ | 11.11 | 5.96 | 4.44 | - |
| YUV | 57.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 57 | 0 | 0.87 | 0.58 | 0.47 | 340.17 | 0.77 | 0.3 |
| Hex | 88 | 12 | 39 | 0 | 57 | 3A | 2F | 154 | 4D | 1E |
| Octal | 210 | 22 | 71 | 0 | 127 | 72 | 57 | 524 | 115 | 36 |
| Binary | 10001000 | 10010 | 111001 | 0 | 1010111 | 111010 | 101111 | 101010100 | 1001101 | 11110 |
Color Harmonies of #881239
Complementary color
Monochromatic Colors of #881239
Black with #881239
Text Example
Text Example
White with #881239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881239; }
p { color: rgb(136,18,57); }
H1.HeaderClassName
{
color: #881239;
}
.AnyTagClassName
{
color: #881239;
}
</style>
background-color css
<style>
a { background-color: #881239; }
a { background-color: rgb(136,18,57); }
div.DivClassName
{
background-color: #881239;
}
.BgClassName
{
background-color: #881239;
}
</style>
border-color css
<style>
span { border-color: #881239; }
span { border-color: rgb(136,18,57); }
td.TdClassName
{
border-color: #881239;
}
.TagClassName
{
border-color: #881239;
}
</style>