Shades of Scarlett #881632
Tints of Scarlett #881632
RGB
CMYK
RGB Variations
Color information
#881632 (or 0x881632) is known color: Scarlett. HEX triplet: 88, 16 and 32. RGB value is (136,22,50). Sum of RGB (Red+Green+Blue) = 136+22+50=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881632 is #77E9CD. Grayscale: #3B3B3B. Windows color (decimal): -7858638 or 3282568. OLE color: 3282568.
HSL color Cylindrical-coordinate representation of color #881632: hue angle of 345.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881632 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 50 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.47 |
| HSL | 345.26º | 0.72% | 0.31% | - |
| HSV(B) | 345.26º | 0.84% | 0.53% | - |
| XYZ | 11.02 | 6.04 | 3.6 | - |
| YUV | 59.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 50 | 0 | 0.84 | 0.63 | 0.47 | 345.26 | 0.72 | 0.31 |
| Hex | 88 | 16 | 32 | 0 | 54 | 3F | 2F | 159 | 48 | 1F |
| Octal | 210 | 26 | 62 | 0 | 124 | 77 | 57 | 531 | 110 | 37 |
| Binary | 10001000 | 10110 | 110010 | 0 | 1010100 | 111111 | 101111 | 101011001 | 1001000 | 11111 |
Color Harmonies of #881632
Complementary color
Monochromatic Colors of #881632
Black with #881632
Text Example
Text Example
White with #881632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881632; }
p { color: rgb(136,22,50); }
H1.HeaderClassName
{
color: #881632;
}
.AnyTagClassName
{
color: #881632;
}
</style>
background-color css
<style>
a { background-color: #881632; }
a { background-color: rgb(136,22,50); }
div.DivClassName
{
background-color: #881632;
}
.BgClassName
{
background-color: #881632;
}
</style>
border-color css
<style>
span { border-color: #881632; }
span { border-color: rgb(136,22,50); }
td.TdClassName
{
border-color: #881632;
}
.TagClassName
{
border-color: #881632;
}
</style>