Shades of Scarlett #89162E
Tints of Scarlett #89162E
RGB
CMYK
RGB Variations
Color information
#89162E (or 0x89162E) is known color: Scarlett. HEX triplet: 89, 16 and 2E. RGB value is (137,22,46). Sum of RGB (Red+Green+Blue) = 137+22+46=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #89162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89162E is #76E9D1. Grayscale: #3B3B3B. Windows color (decimal): -7793106 or 3020425. OLE color: 3020425.
HSL color Cylindrical-coordinate representation of color #89162E: hue angle of 347.48º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89162E is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 46 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.46 |
| HSL | 347.48º | 0.72% | 0.31% | - |
| HSV(B) | 347.48º | 0.84% | 0.54% | - |
| XYZ | 11.1 | 6.09 | 3.18 | - |
| YUV | 59.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 46 | 0 | 0.84 | 0.66 | 0.46 | 347.48 | 0.72 | 0.31 |
| Hex | 89 | 16 | 2E | 0 | 54 | 42 | 2E | 15B | 48 | 1F |
| Octal | 211 | 26 | 56 | 0 | 124 | 102 | 56 | 533 | 110 | 37 |
| Binary | 10001001 | 10110 | 101110 | 0 | 1010100 | 1000010 | 101110 | 101011011 | 1001000 | 11111 |
Color Harmonies of #89162E
Complementary color
Monochromatic Colors of #89162E
Black with #89162E
Text Example
Text Example
White with #89162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89162E; }
p { color: rgb(137,22,46); }
H1.HeaderClassName
{
color: #89162E;
}
.AnyTagClassName
{
color: #89162E;
}
</style>
background-color css
<style>
a { background-color: #89162E; }
a { background-color: rgb(137,22,46); }
div.DivClassName
{
background-color: #89162E;
}
.BgClassName
{
background-color: #89162E;
}
</style>
border-color css
<style>
span { border-color: #89162E; }
span { border-color: rgb(137,22,46); }
td.TdClassName
{
border-color: #89162E;
}
.TagClassName
{
border-color: #89162E;
}
</style>