Shades of Scarlett #881B2C
Tints of Scarlett #881B2C
RGB
CMYK
RGB Variations
Color information
#881B2C (or 0x881B2C) is known color: Scarlett. HEX triplet: 88, 1B and 2C. RGB value is (136,27,44). Sum of RGB (Red+Green+Blue) = 136+27+44=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B2C is #77E4D3. Grayscale: #3D3D3D. Windows color (decimal): -7857364 or 2890632. OLE color: 2890632.
HSL color Cylindrical-coordinate representation of color #881B2C: hue angle of 350.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B2C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 44 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.47 |
| HSL | 350.64º | 0.67% | 0.32% | - |
| HSV(B) | 350.64º | 0.8% | 0.53% | - |
| XYZ | 11 | 6.2 | 3 | - |
| YUV | 61.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 44 | 0 | 0.80 | 0.68 | 0.47 | 350.64 | 0.67 | 0.32 |
| Hex | 88 | 1B | 2C | 0 | 50 | 44 | 2F | 15F | 43 | 20 |
| Octal | 210 | 33 | 54 | 0 | 120 | 104 | 57 | 537 | 103 | 40 |
| Binary | 10001000 | 11011 | 101100 | 0 | 1010000 | 1000100 | 101111 | 101011111 | 1000011 | 100000 |
Color Harmonies of #881B2C
Complementary color
Monochromatic Colors of #881B2C
Black with #881B2C
Text Example
Text Example
White with #881B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B2C; }
p { color: rgb(136,27,44); }
H1.HeaderClassName
{
color: #881B2C;
}
.AnyTagClassName
{
color: #881B2C;
}
</style>
background-color css
<style>
a { background-color: #881B2C; }
a { background-color: rgb(136,27,44); }
div.DivClassName
{
background-color: #881B2C;
}
.BgClassName
{
background-color: #881B2C;
}
</style>
border-color css
<style>
span { border-color: #881B2C; }
span { border-color: rgb(136,27,44); }
td.TdClassName
{
border-color: #881B2C;
}
.TagClassName
{
border-color: #881B2C;
}
</style>