Shades of Scarlett #881534
Tints of Scarlett #881534
RGB
CMYK
RGB Variations
Color information
#881534 (or 0x881534) is known color: Scarlett. HEX triplet: 88, 15 and 34. RGB value is (136,21,52). Sum of RGB (Red+Green+Blue) = 136+21+52=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881534 is #77EACB. Grayscale: #3A3A3A. Windows color (decimal): -7858892 or 3413384. OLE color: 3413384.
HSL color Cylindrical-coordinate representation of color #881534: hue angle of 343.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881534 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 52 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.47 |
| HSL | 343.83º | 0.73% | 0.31% | - |
| HSV(B) | 343.83º | 0.85% | 0.53% | - |
| XYZ | 11.04 | 6.02 | 3.83 | - |
| YUV | 58.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 52 | 0 | 0.85 | 0.62 | 0.47 | 343.83 | 0.73 | 0.31 |
| Hex | 88 | 15 | 34 | 0 | 55 | 3E | 2F | 158 | 49 | 1F |
| Octal | 210 | 25 | 64 | 0 | 125 | 76 | 57 | 530 | 111 | 37 |
| Binary | 10001000 | 10101 | 110100 | 0 | 1010101 | 111110 | 101111 | 101011000 | 1001001 | 11111 |
Color Harmonies of #881534
Complementary color
Monochromatic Colors of #881534
Black with #881534
Text Example
Text Example
White with #881534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881534; }
p { color: rgb(136,21,52); }
H1.HeaderClassName
{
color: #881534;
}
.AnyTagClassName
{
color: #881534;
}
</style>
background-color css
<style>
a { background-color: #881534; }
a { background-color: rgb(136,21,52); }
div.DivClassName
{
background-color: #881534;
}
.BgClassName
{
background-color: #881534;
}
</style>
border-color css
<style>
span { border-color: #881534; }
span { border-color: rgb(136,21,52); }
td.TdClassName
{
border-color: #881534;
}
.TagClassName
{
border-color: #881534;
}
</style>