Shades of Scarlett #881631
Tints of Scarlett #881631
RGB
CMYK
RGB Variations
Color information
#881631 (or 0x881631) is known color: Scarlett. HEX triplet: 88, 16 and 31. RGB value is (136,22,49). Sum of RGB (Red+Green+Blue) = 136+22+49=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881631 is #77E9CE. Grayscale: #3B3B3B. Windows color (decimal): -7858639 or 3217032. OLE color: 3217032.
HSL color Cylindrical-coordinate representation of color #881631: hue angle of 345.79º 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 #881631 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 49 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.47 |
| HSL | 345.79º | 0.72% | 0.31% | - |
| HSV(B) | 345.79º | 0.84% | 0.53% | - |
| XYZ | 10.99 | 6.03 | 3.49 | - |
| YUV | 59.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 49 | 0 | 0.84 | 0.64 | 0.47 | 345.79 | 0.72 | 0.31 |
| Hex | 88 | 16 | 31 | 0 | 54 | 40 | 2F | 15A | 48 | 1F |
| Octal | 210 | 26 | 61 | 0 | 124 | 100 | 57 | 532 | 110 | 37 |
| Binary | 10001000 | 10110 | 110001 | 0 | 1010100 | 1000000 | 101111 | 101011010 | 1001000 | 11111 |
Color Harmonies of #881631
Complementary color
Monochromatic Colors of #881631
Black with #881631
Text Example
Text Example
White with #881631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881631; }
p { color: rgb(136,22,49); }
H1.HeaderClassName
{
color: #881631;
}
.AnyTagClassName
{
color: #881631;
}
</style>
background-color css
<style>
a { background-color: #881631; }
a { background-color: rgb(136,22,49); }
div.DivClassName
{
background-color: #881631;
}
.BgClassName
{
background-color: #881631;
}
</style>
border-color css
<style>
span { border-color: #881631; }
span { border-color: rgb(136,22,49); }
td.TdClassName
{
border-color: #881631;
}
.TagClassName
{
border-color: #881631;
}
</style>