Shades of Scarlett #89162D
Tints of Scarlett #89162D
RGB
CMYK
RGB Variations
Color information
#89162D (or 0x89162D) is known color: Scarlett. HEX triplet: 89, 16 and 2D. RGB value is (137,22,45). Sum of RGB (Red+Green+Blue) = 137+22+45=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89162D is #76E9D2. Grayscale: #3B3B3B. Windows color (decimal): -7793107 or 2954889. OLE color: 2954889.
HSL color Cylindrical-coordinate representation of color #89162D: hue angle of 348º 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 #89162D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 45 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.46 |
| HSL | 348º | 0.72% | 0.31% | - |
| HSV(B) | 348º | 0.84% | 0.54% | - |
| XYZ | 11.08 | 6.08 | 3.07 | - |
| YUV | 59.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 45 | 0 | 0.84 | 0.67 | 0.46 | 348 | 0.72 | 0.31 |
| Hex | 89 | 16 | 2D | 0 | 54 | 43 | 2E | 15C | 48 | 1F |
| Octal | 211 | 26 | 55 | 0 | 124 | 103 | 56 | 534 | 110 | 37 |
| Binary | 10001001 | 10110 | 101101 | 0 | 1010100 | 1000011 | 101110 | 101011100 | 1001000 | 11111 |
Color Harmonies of #89162D
Complementary color
Monochromatic Colors of #89162D
Black with #89162D
Text Example
Text Example
White with #89162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89162D; }
p { color: rgb(137,22,45); }
H1.HeaderClassName
{
color: #89162D;
}
.AnyTagClassName
{
color: #89162D;
}
</style>
background-color css
<style>
a { background-color: #89162D; }
a { background-color: rgb(137,22,45); }
div.DivClassName
{
background-color: #89162D;
}
.BgClassName
{
background-color: #89162D;
}
</style>
border-color css
<style>
span { border-color: #89162D; }
span { border-color: rgb(137,22,45); }
td.TdClassName
{
border-color: #89162D;
}
.TagClassName
{
border-color: #89162D;
}
</style>