Shades of Scarlett #881731
Tints of Scarlett #881731
RGB
CMYK
RGB Variations
Color information
#881731 (or 0x881731) is known color: Scarlett. HEX triplet: 88, 17 and 31. RGB value is (136,23,49). Sum of RGB (Red+Green+Blue) = 136+23+49=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881731 is #77E8CE. Grayscale: #3B3B3B. Windows color (decimal): -7858383 or 3217288. OLE color: 3217288.
HSL color Cylindrical-coordinate representation of color #881731: hue angle of 346.19º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881731 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 49 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.47 |
| HSL | 346.19º | 0.71% | 0.31% | - |
| HSV(B) | 346.19º | 0.83% | 0.53% | - |
| XYZ | 11.01 | 6.07 | 3.5 | - |
| YUV | 59.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 49 | 0 | 0.83 | 0.64 | 0.47 | 346.19 | 0.71 | 0.31 |
| Hex | 88 | 17 | 31 | 0 | 53 | 40 | 2F | 15A | 47 | 1F |
| Octal | 210 | 27 | 61 | 0 | 123 | 100 | 57 | 532 | 107 | 37 |
| Binary | 10001000 | 10111 | 110001 | 0 | 1010011 | 1000000 | 101111 | 101011010 | 1000111 | 11111 |
Color Harmonies of #881731
Complementary color
Monochromatic Colors of #881731
Black with #881731
Text Example
Text Example
White with #881731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881731; }
p { color: rgb(136,23,49); }
H1.HeaderClassName
{
color: #881731;
}
.AnyTagClassName
{
color: #881731;
}
</style>
background-color css
<style>
a { background-color: #881731; }
a { background-color: rgb(136,23,49); }
div.DivClassName
{
background-color: #881731;
}
.BgClassName
{
background-color: #881731;
}
</style>
border-color css
<style>
span { border-color: #881731; }
span { border-color: rgb(136,23,49); }
td.TdClassName
{
border-color: #881731;
}
.TagClassName
{
border-color: #881731;
}
</style>