Shades of Scarlett #89142B
Tints of Scarlett #89142B
RGB
CMYK
RGB Variations
Color information
#89142B (or 0x89142B) is known color: Scarlett. HEX triplet: 89, 14 and 2B. RGB value is (137,20,43). Sum of RGB (Red+Green+Blue) = 137+20+43=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89142B is #76EBD4. Grayscale: #393939. Windows color (decimal): -7793621 or 2823305. OLE color: 2823305.
HSL color Cylindrical-coordinate representation of color #89142B: hue angle of 348.21º 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 #89142B is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 43 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.46 |
| HSL | 348.21º | 0.75% | 0.31% | - |
| HSV(B) | 348.21º | 0.85% | 0.54% | - |
| XYZ | 11 | 5.99 | 2.86 | - |
| YUV | 57.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 43 | 0 | 0.85 | 0.69 | 0.46 | 348.21 | 0.75 | 0.31 |
| Hex | 89 | 14 | 2B | 0 | 55 | 45 | 2E | 15C | 4B | 1F |
| Octal | 211 | 24 | 53 | 0 | 125 | 105 | 56 | 534 | 113 | 37 |
| Binary | 10001001 | 10100 | 101011 | 0 | 1010101 | 1000101 | 101110 | 101011100 | 1001011 | 11111 |
Color Harmonies of #89142B
Complementary color
Monochromatic Colors of #89142B
Black with #89142B
Text Example
Text Example
White with #89142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89142B; }
p { color: rgb(137,20,43); }
H1.HeaderClassName
{
color: #89142B;
}
.AnyTagClassName
{
color: #89142B;
}
</style>
background-color css
<style>
a { background-color: #89142B; }
a { background-color: rgb(137,20,43); }
div.DivClassName
{
background-color: #89142B;
}
.BgClassName
{
background-color: #89142B;
}
</style>
border-color css
<style>
span { border-color: #89142B; }
span { border-color: rgb(137,20,43); }
td.TdClassName
{
border-color: #89142B;
}
.TagClassName
{
border-color: #89142B;
}
</style>