Shades of Scarlett #89182D
Tints of Scarlett #89182D
RGB
CMYK
RGB Variations
Color information
#89182D (or 0x89182D) is known color: Scarlett. HEX triplet: 89, 18 and 2D. RGB value is (137,24,45). Sum of RGB (Red+Green+Blue) = 137+24+45=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89182D is #76E7D2. Grayscale: #3C3C3C. Windows color (decimal): -7792595 or 2955401. OLE color: 2955401.
HSL color Cylindrical-coordinate representation of color #89182D: hue angle of 348.85º degrees, saturation: 0.7, 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 #89182D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 45 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.46 |
| HSL | 348.85º | 0.7% | 0.32% | - |
| HSV(B) | 348.85º | 0.82% | 0.54% | - |
| XYZ | 11.12 | 6.16 | 3.09 | - |
| YUV | 60.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 45 | 0 | 0.82 | 0.67 | 0.46 | 348.85 | 0.7 | 0.32 |
| Hex | 89 | 18 | 2D | 0 | 52 | 43 | 2E | 15D | 46 | 20 |
| Octal | 211 | 30 | 55 | 0 | 122 | 103 | 56 | 535 | 106 | 40 |
| Binary | 10001001 | 11000 | 101101 | 0 | 1010010 | 1000011 | 101110 | 101011101 | 1000110 | 100000 |
Color Harmonies of #89182D
Complementary color
Monochromatic Colors of #89182D
Black with #89182D
Text Example
Text Example
White with #89182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89182D; }
p { color: rgb(137,24,45); }
H1.HeaderClassName
{
color: #89182D;
}
.AnyTagClassName
{
color: #89182D;
}
</style>
background-color css
<style>
a { background-color: #89182D; }
a { background-color: rgb(137,24,45); }
div.DivClassName
{
background-color: #89182D;
}
.BgClassName
{
background-color: #89182D;
}
</style>
border-color css
<style>
span { border-color: #89182D; }
span { border-color: rgb(137,24,45); }
td.TdClassName
{
border-color: #89182D;
}
.TagClassName
{
border-color: #89182D;
}
</style>