Shades of Scarlett #881536
Tints of Scarlett #881536
RGB
CMYK
RGB Variations
Color information
#881536 (or 0x881536) is known color: Scarlett. HEX triplet: 88, 15 and 36. RGB value is (136,21,54). Sum of RGB (Red+Green+Blue) = 136+21+54=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881536 is #77EAC9. Grayscale: #3B3B3B. Windows color (decimal): -7858890 or 3544456. OLE color: 3544456.
HSL color Cylindrical-coordinate representation of color #881536: hue angle of 342.78º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881536 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 54 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.47 |
| HSL | 342.78º | 0.73% | 0.31% | - |
| HSV(B) | 342.78º | 0.85% | 0.53% | - |
| XYZ | 11.09 | 6.04 | 4.07 | - |
| YUV | 59.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 54 | 0 | 0.85 | 0.60 | 0.47 | 342.78 | 0.73 | 0.31 |
| Hex | 88 | 15 | 36 | 0 | 55 | 3C | 2F | 157 | 49 | 1F |
| Octal | 210 | 25 | 66 | 0 | 125 | 74 | 57 | 527 | 111 | 37 |
| Binary | 10001000 | 10101 | 110110 | 0 | 1010101 | 111100 | 101111 | 101010111 | 1001001 | 11111 |
Color Harmonies of #881536
Complementary color
Monochromatic Colors of #881536
Black with #881536
Text Example
Text Example
White with #881536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881536; }
p { color: rgb(136,21,54); }
H1.HeaderClassName
{
color: #881536;
}
.AnyTagClassName
{
color: #881536;
}
</style>
background-color css
<style>
a { background-color: #881536; }
a { background-color: rgb(136,21,54); }
div.DivClassName
{
background-color: #881536;
}
.BgClassName
{
background-color: #881536;
}
</style>
border-color css
<style>
span { border-color: #881536; }
span { border-color: rgb(136,21,54); }
td.TdClassName
{
border-color: #881536;
}
.TagClassName
{
border-color: #881536;
}
</style>