Shades of Scarlett #89192D
Tints of Scarlett #89192D
RGB
CMYK
RGB Variations
Color information
#89192D (or 0x89192D) is known color: Scarlett. HEX triplet: 89, 19 and 2D. RGB value is (137,25,45). Sum of RGB (Red+Green+Blue) = 137+25+45=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #89192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89192D is #76E6D2. Grayscale: #3C3C3C. Windows color (decimal): -7792339 or 2955657. OLE color: 2955657.
HSL color Cylindrical-coordinate representation of color #89192D: hue angle of 349.29º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89192D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 45 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.46 |
| HSL | 349.29º | 0.69% | 0.32% | - |
| HSV(B) | 349.29º | 0.82% | 0.54% | - |
| XYZ | 11.14 | 6.2 | 3.09 | - |
| YUV | 60.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 45 | 0 | 0.82 | 0.67 | 0.46 | 349.29 | 0.69 | 0.32 |
| Hex | 89 | 19 | 2D | 0 | 52 | 43 | 2E | 15D | 45 | 20 |
| Octal | 211 | 31 | 55 | 0 | 122 | 103 | 56 | 535 | 105 | 40 |
| Binary | 10001001 | 11001 | 101101 | 0 | 1010010 | 1000011 | 101110 | 101011101 | 1000101 | 100000 |
Color Harmonies of #89192D
Complementary color
Monochromatic Colors of #89192D
Black with #89192D
Text Example
Text Example
White with #89192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89192D; }
p { color: rgb(137,25,45); }
H1.HeaderClassName
{
color: #89192D;
}
.AnyTagClassName
{
color: #89192D;
}
</style>
background-color css
<style>
a { background-color: #89192D; }
a { background-color: rgb(137,25,45); }
div.DivClassName
{
background-color: #89192D;
}
.BgClassName
{
background-color: #89192D;
}
</style>
border-color css
<style>
span { border-color: #89192D; }
span { border-color: rgb(137,25,45); }
td.TdClassName
{
border-color: #89192D;
}
.TagClassName
{
border-color: #89192D;
}
</style>