Shades of Scarlett #881337
Tints of Scarlett #881337
RGB
CMYK
RGB Variations
Color information
#881337 (or 0x881337) is known color: Scarlett. HEX triplet: 88, 13 and 37. RGB value is (136,19,55). Sum of RGB (Red+Green+Blue) = 136+19+55=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881337 is #77ECC8. Grayscale: #3A3A3A. Windows color (decimal): -7859401 or 3609480. OLE color: 3609480.
HSL color Cylindrical-coordinate representation of color #881337: hue angle of 341.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881337 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 55 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.47 |
| HSL | 341.54º | 0.75% | 0.3% | - |
| HSV(B) | 341.54º | 0.86% | 0.53% | - |
| XYZ | 11.08 | 5.98 | 4.18 | - |
| YUV | 58.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 55 | 0 | 0.86 | 0.60 | 0.47 | 341.54 | 0.75 | 0.3 |
| Hex | 88 | 13 | 37 | 0 | 56 | 3C | 2F | 156 | 4B | 1E |
| Octal | 210 | 23 | 67 | 0 | 126 | 74 | 57 | 526 | 113 | 36 |
| Binary | 10001000 | 10011 | 110111 | 0 | 1010110 | 111100 | 101111 | 101010110 | 1001011 | 11110 |
Color Harmonies of #881337
Complementary color
Monochromatic Colors of #881337
Black with #881337
Text Example
Text Example
White with #881337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881337; }
p { color: rgb(136,19,55); }
H1.HeaderClassName
{
color: #881337;
}
.AnyTagClassName
{
color: #881337;
}
</style>
background-color css
<style>
a { background-color: #881337; }
a { background-color: rgb(136,19,55); }
div.DivClassName
{
background-color: #881337;
}
.BgClassName
{
background-color: #881337;
}
</style>
border-color css
<style>
span { border-color: #881337; }
span { border-color: rgb(136,19,55); }
td.TdClassName
{
border-color: #881337;
}
.TagClassName
{
border-color: #881337;
}
</style>