Shades of Scarlett #89152A
Tints of Scarlett #89152A
RGB
CMYK
RGB Variations
Color information
#89152A (or 0x89152A) is known color: Scarlett. HEX triplet: 89, 15 and 2A. RGB value is (137,21,42). Sum of RGB (Red+Green+Blue) = 137+21+42=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89152A is #76EAD5. Grayscale: #3A3A3A. Windows color (decimal): -7793366 or 2758025. OLE color: 2758025.
HSL color Cylindrical-coordinate representation of color #89152A: hue angle of 349.14º degrees, saturation: 0.73, 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 #89152A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 42 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.46 |
| HSL | 349.14º | 0.73% | 0.31% | - |
| HSV(B) | 349.14º | 0.85% | 0.54% | - |
| XYZ | 11 | 6.02 | 2.77 | - |
| YUV | 58.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 42 | 0 | 0.85 | 0.69 | 0.46 | 349.14 | 0.73 | 0.31 |
| Hex | 89 | 15 | 2A | 0 | 55 | 45 | 2E | 15D | 49 | 1F |
| Octal | 211 | 25 | 52 | 0 | 125 | 105 | 56 | 535 | 111 | 37 |
| Binary | 10001001 | 10101 | 101010 | 0 | 1010101 | 1000101 | 101110 | 101011101 | 1001001 | 11111 |
Color Harmonies of #89152A
Complementary color
Monochromatic Colors of #89152A
Black with #89152A
Text Example
Text Example
White with #89152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89152A; }
p { color: rgb(137,21,42); }
H1.HeaderClassName
{
color: #89152A;
}
.AnyTagClassName
{
color: #89152A;
}
</style>
background-color css
<style>
a { background-color: #89152A; }
a { background-color: rgb(137,21,42); }
div.DivClassName
{
background-color: #89152A;
}
.BgClassName
{
background-color: #89152A;
}
</style>
border-color css
<style>
span { border-color: #89152A; }
span { border-color: rgb(137,21,42); }
td.TdClassName
{
border-color: #89152A;
}
.TagClassName
{
border-color: #89152A;
}
</style>