Shades of Scarlett #89122D
Tints of Scarlett #89122D
RGB
CMYK
RGB Variations
Color information
#89122D (or 0x89122D) is known color: Scarlett. HEX triplet: 89, 12 and 2D. RGB value is (137,18,45). Sum of RGB (Red+Green+Blue) = 137+18+45=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89122D is #76EDD2. Grayscale: #383838. Windows color (decimal): -7794131 or 2953865. OLE color: 2953865.
HSL color Cylindrical-coordinate representation of color #89122D: hue angle of 346.39º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89122D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 45 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.46 |
| HSL | 346.39º | 0.77% | 0.3% | - |
| HSV(B) | 346.39º | 0.87% | 0.54% | - |
| XYZ | 11.01 | 5.94 | 3.05 | - |
| YUV | 56.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 45 | 0 | 0.87 | 0.67 | 0.46 | 346.39 | 0.77 | 0.3 |
| Hex | 89 | 12 | 2D | 0 | 57 | 43 | 2E | 15A | 4D | 1E |
| Octal | 211 | 22 | 55 | 0 | 127 | 103 | 56 | 532 | 115 | 36 |
| Binary | 10001001 | 10010 | 101101 | 0 | 1010111 | 1000011 | 101110 | 101011010 | 1001101 | 11110 |
Color Harmonies of #89122D
Complementary color
Monochromatic Colors of #89122D
Black with #89122D
Text Example
Text Example
White with #89122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89122D; }
p { color: rgb(137,18,45); }
H1.HeaderClassName
{
color: #89122D;
}
.AnyTagClassName
{
color: #89122D;
}
</style>
background-color css
<style>
a { background-color: #89122D; }
a { background-color: rgb(137,18,45); }
div.DivClassName
{
background-color: #89122D;
}
.BgClassName
{
background-color: #89122D;
}
</style>
border-color css
<style>
span { border-color: #89122D; }
span { border-color: rgb(137,18,45); }
td.TdClassName
{
border-color: #89122D;
}
.TagClassName
{
border-color: #89122D;
}
</style>