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