Shades of Scarlett #881629
Tints of Scarlett #881629
RGB
CMYK
RGB Variations
Color information
#881629 (or 0x881629) is known color: Scarlett. HEX triplet: 88, 16 and 29. RGB value is (136,22,41). Sum of RGB (Red+Green+Blue) = 136+22+41=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #881629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881629 is #77E9D6. Grayscale: #3A3A3A. Windows color (decimal): -7858647 or 2692744. OLE color: 2692744.
HSL color Cylindrical-coordinate representation of color #881629: hue angle of 350º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881629 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 41 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.47 |
| HSL | 350º | 0.72% | 0.31% | - |
| HSV(B) | 350º | 0.84% | 0.53% | - |
| XYZ | 10.84 | 5.97 | 2.68 | - |
| YUV | 58.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 41 | 0 | 0.84 | 0.70 | 0.47 | 350 | 0.72 | 0.31 |
| Hex | 88 | 16 | 29 | 0 | 54 | 46 | 2F | 15E | 48 | 1F |
| Octal | 210 | 26 | 51 | 0 | 124 | 106 | 57 | 536 | 110 | 37 |
| Binary | 10001000 | 10110 | 101001 | 0 | 1010100 | 1000110 | 101111 | 101011110 | 1001000 | 11111 |
Color Harmonies of #881629
Complementary color
Monochromatic Colors of #881629
Black with #881629
Text Example
Text Example
White with #881629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881629; }
p { color: rgb(136,22,41); }
H1.HeaderClassName
{
color: #881629;
}
.AnyTagClassName
{
color: #881629;
}
</style>
background-color css
<style>
a { background-color: #881629; }
a { background-color: rgb(136,22,41); }
div.DivClassName
{
background-color: #881629;
}
.BgClassName
{
background-color: #881629;
}
</style>
border-color css
<style>
span { border-color: #881629; }
span { border-color: rgb(136,22,41); }
td.TdClassName
{
border-color: #881629;
}
.TagClassName
{
border-color: #881629;
}
</style>