Shades of Scarlett #89132D
Tints of Scarlett #89132D
RGB
CMYK
RGB Variations
Color information
#89132D (or 0x89132D) is known color: Scarlett. HEX triplet: 89, 13 and 2D. RGB value is (137,19,45). Sum of RGB (Red+Green+Blue) = 137+19+45=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89132D is #76ECD2. Grayscale: #393939. Windows color (decimal): -7793875 or 2954121. OLE color: 2954121.
HSL color Cylindrical-coordinate representation of color #89132D: hue angle of 346.78º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89132D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 45 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.46 |
| HSL | 346.78º | 0.76% | 0.31% | - |
| HSV(B) | 346.78º | 0.86% | 0.54% | - |
| XYZ | 11.02 | 5.97 | 3.05 | - |
| YUV | 57.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 45 | 0 | 0.86 | 0.67 | 0.46 | 346.78 | 0.76 | 0.31 |
| Hex | 89 | 13 | 2D | 0 | 56 | 43 | 2E | 15B | 4C | 1F |
| Octal | 211 | 23 | 55 | 0 | 126 | 103 | 56 | 533 | 114 | 37 |
| Binary | 10001001 | 10011 | 101101 | 0 | 1010110 | 1000011 | 101110 | 101011011 | 1001100 | 11111 |
Color Harmonies of #89132D
Complementary color
Monochromatic Colors of #89132D
Black with #89132D
Text Example
Text Example
White with #89132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89132D; }
p { color: rgb(137,19,45); }
H1.HeaderClassName
{
color: #89132D;
}
.AnyTagClassName
{
color: #89132D;
}
</style>
background-color css
<style>
a { background-color: #89132D; }
a { background-color: rgb(137,19,45); }
div.DivClassName
{
background-color: #89132D;
}
.BgClassName
{
background-color: #89132D;
}
</style>
border-color css
<style>
span { border-color: #89132D; }
span { border-color: rgb(137,19,45); }
td.TdClassName
{
border-color: #89132D;
}
.TagClassName
{
border-color: #89132D;
}
</style>