Shades of Scarlett #89142E
Tints of Scarlett #89142E
RGB
CMYK
RGB Variations
Color information
#89142E (or 0x89142E) is known color: Scarlett. HEX triplet: 89, 14 and 2E. RGB value is (137,20,46). Sum of RGB (Red+Green+Blue) = 137+20+46=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89142E is #76EBD1. Grayscale: #393939. Windows color (decimal): -7793618 or 3019913. OLE color: 3019913.
HSL color Cylindrical-coordinate representation of color #89142E: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89142E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 46 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.46 |
| HSL | 346.67º | 0.75% | 0.31% | - |
| HSV(B) | 346.67º | 0.85% | 0.54% | - |
| XYZ | 11.06 | 6.02 | 3.16 | - |
| YUV | 57.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 46 | 0 | 0.85 | 0.66 | 0.46 | 346.67 | 0.75 | 0.31 |
| Hex | 89 | 14 | 2E | 0 | 55 | 42 | 2E | 15B | 4B | 1F |
| Octal | 211 | 24 | 56 | 0 | 125 | 102 | 56 | 533 | 113 | 37 |
| Binary | 10001001 | 10100 | 101110 | 0 | 1010101 | 1000010 | 101110 | 101011011 | 1001011 | 11111 |
Color Harmonies of #89142E
Complementary color
Monochromatic Colors of #89142E
Black with #89142E
Text Example
Text Example
White with #89142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89142E; }
p { color: rgb(137,20,46); }
H1.HeaderClassName
{
color: #89142E;
}
.AnyTagClassName
{
color: #89142E;
}
</style>
background-color css
<style>
a { background-color: #89142E; }
a { background-color: rgb(137,20,46); }
div.DivClassName
{
background-color: #89142E;
}
.BgClassName
{
background-color: #89142E;
}
</style>
border-color css
<style>
span { border-color: #89142E; }
span { border-color: rgb(137,20,46); }
td.TdClassName
{
border-color: #89142E;
}
.TagClassName
{
border-color: #89142E;
}
</style>