Shades of Scarlett #881B2F
Tints of Scarlett #881B2F
RGB
CMYK
RGB Variations
Color information
#881B2F (or 0x881B2F) is known color: Scarlett. HEX triplet: 88, 1B and 2F. RGB value is (136,27,47). Sum of RGB (Red+Green+Blue) = 136+27+47=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B2F is #77E4D0. Grayscale: #3D3D3D. Windows color (decimal): -7857361 or 3087240. OLE color: 3087240.
HSL color Cylindrical-coordinate representation of color #881B2F: hue angle of 348.99º 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 #881B2F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 47 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.47 |
| HSL | 348.99º | 0.67% | 0.32% | - |
| HSV(B) | 348.99º | 0.8% | 0.53% | - |
| XYZ | 11.06 | 6.22 | 3.31 | - |
| YUV | 61.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 47 | 0 | 0.80 | 0.65 | 0.47 | 348.99 | 0.67 | 0.32 |
| Hex | 88 | 1B | 2F | 0 | 50 | 41 | 2F | 15D | 43 | 20 |
| Octal | 210 | 33 | 57 | 0 | 120 | 101 | 57 | 535 | 103 | 40 |
| Binary | 10001000 | 11011 | 101111 | 0 | 1010000 | 1000001 | 101111 | 101011101 | 1000011 | 100000 |
Color Harmonies of #881B2F
Complementary color
Monochromatic Colors of #881B2F
Black with #881B2F
Text Example
Text Example
White with #881B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B2F; }
p { color: rgb(136,27,47); }
H1.HeaderClassName
{
color: #881B2F;
}
.AnyTagClassName
{
color: #881B2F;
}
</style>
background-color css
<style>
a { background-color: #881B2F; }
a { background-color: rgb(136,27,47); }
div.DivClassName
{
background-color: #881B2F;
}
.BgClassName
{
background-color: #881B2F;
}
</style>
border-color css
<style>
span { border-color: #881B2F; }
span { border-color: rgb(136,27,47); }
td.TdClassName
{
border-color: #881B2F;
}
.TagClassName
{
border-color: #881B2F;
}
</style>