Shades of Scarlett #89182A
Tints of Scarlett #89182A
RGB
CMYK
RGB Variations
Color information
#89182A (or 0x89182A) is known color: Scarlett. HEX triplet: 89, 18 and 2A. RGB value is (137,24,42). Sum of RGB (Red+Green+Blue) = 137+24+42=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89182A is #76E7D5. Grayscale: #3B3B3B. Windows color (decimal): -7792598 or 2758793. OLE color: 2758793.
HSL color Cylindrical-coordinate representation of color #89182A: hue angle of 350.44º 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 #89182A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 42 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.46 |
| HSL | 350.44º | 0.7% | 0.32% | - |
| HSV(B) | 350.44º | 0.82% | 0.54% | - |
| XYZ | 11.06 | 6.14 | 2.79 | - |
| YUV | 59.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 42 | 0 | 0.82 | 0.69 | 0.46 | 350.44 | 0.7 | 0.32 |
| Hex | 89 | 18 | 2A | 0 | 52 | 45 | 2E | 15E | 46 | 20 |
| Octal | 211 | 30 | 52 | 0 | 122 | 105 | 56 | 536 | 106 | 40 |
| Binary | 10001001 | 11000 | 101010 | 0 | 1010010 | 1000101 | 101110 | 101011110 | 1000110 | 100000 |
Color Harmonies of #89182A
Complementary color
Monochromatic Colors of #89182A
Black with #89182A
Text Example
Text Example
White with #89182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89182A; }
p { color: rgb(137,24,42); }
H1.HeaderClassName
{
color: #89182A;
}
.AnyTagClassName
{
color: #89182A;
}
</style>
background-color css
<style>
a { background-color: #89182A; }
a { background-color: rgb(137,24,42); }
div.DivClassName
{
background-color: #89182A;
}
.BgClassName
{
background-color: #89182A;
}
</style>
border-color css
<style>
span { border-color: #89182A; }
span { border-color: rgb(137,24,42); }
td.TdClassName
{
border-color: #89182A;
}
.TagClassName
{
border-color: #89182A;
}
</style>