Shades of Scarlett #881634
Tints of Scarlett #881634
RGB
CMYK
RGB Variations
Color information
#881634 (or 0x881634) is known color: Scarlett. HEX triplet: 88, 16 and 34. RGB value is (136,22,52). Sum of RGB (Red+Green+Blue) = 136+22+52=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881634 is #77E9CB. Grayscale: #3B3B3B. Windows color (decimal): -7858636 or 3413640. OLE color: 3413640.
HSL color Cylindrical-coordinate representation of color #881634: hue angle of 344.21º 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 #881634 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 52 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.47 |
| HSL | 344.21º | 0.72% | 0.31% | - |
| HSV(B) | 344.21º | 0.84% | 0.53% | - |
| XYZ | 11.06 | 6.06 | 3.83 | - |
| YUV | 59.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 52 | 0 | 0.84 | 0.62 | 0.47 | 344.21 | 0.72 | 0.31 |
| Hex | 88 | 16 | 34 | 0 | 54 | 3E | 2F | 158 | 48 | 1F |
| Octal | 210 | 26 | 64 | 0 | 124 | 76 | 57 | 530 | 110 | 37 |
| Binary | 10001000 | 10110 | 110100 | 0 | 1010100 | 111110 | 101111 | 101011000 | 1001000 | 11111 |
Color Harmonies of #881634
Complementary color
Monochromatic Colors of #881634
Black with #881634
Text Example
Text Example
White with #881634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881634; }
p { color: rgb(136,22,52); }
H1.HeaderClassName
{
color: #881634;
}
.AnyTagClassName
{
color: #881634;
}
</style>
background-color css
<style>
a { background-color: #881634; }
a { background-color: rgb(136,22,52); }
div.DivClassName
{
background-color: #881634;
}
.BgClassName
{
background-color: #881634;
}
</style>
border-color css
<style>
span { border-color: #881634; }
span { border-color: rgb(136,22,52); }
td.TdClassName
{
border-color: #881634;
}
.TagClassName
{
border-color: #881634;
}
</style>