Shades of Scarlett #891529
Tints of Scarlett #891529
RGB
CMYK
RGB Variations
Color information
#891529 (or 0x891529) is known color: Scarlett. HEX triplet: 89, 15 and 29. RGB value is (137,21,41). Sum of RGB (Red+Green+Blue) = 137+21+41=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #891529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891529 is #76EAD6. Grayscale: #3A3A3A. Windows color (decimal): -7793367 or 2692489. OLE color: 2692489.
HSL color Cylindrical-coordinate representation of color #891529: hue angle of 349.66º 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 #891529 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 41 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.46 |
| HSL | 349.66º | 0.73% | 0.31% | - |
| HSV(B) | 349.66º | 0.85% | 0.54% | - |
| XYZ | 10.98 | 6.01 | 2.68 | - |
| YUV | 57.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 41 | 0 | 0.85 | 0.70 | 0.46 | 349.66 | 0.73 | 0.31 |
| Hex | 89 | 15 | 29 | 0 | 55 | 46 | 2E | 15E | 49 | 1F |
| Octal | 211 | 25 | 51 | 0 | 125 | 106 | 56 | 536 | 111 | 37 |
| Binary | 10001001 | 10101 | 101001 | 0 | 1010101 | 1000110 | 101110 | 101011110 | 1001001 | 11111 |
Color Harmonies of #891529
Complementary color
Monochromatic Colors of #891529
Black with #891529
Text Example
Text Example
White with #891529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891529; }
p { color: rgb(137,21,41); }
H1.HeaderClassName
{
color: #891529;
}
.AnyTagClassName
{
color: #891529;
}
</style>
background-color css
<style>
a { background-color: #891529; }
a { background-color: rgb(137,21,41); }
div.DivClassName
{
background-color: #891529;
}
.BgClassName
{
background-color: #891529;
}
</style>
border-color css
<style>
span { border-color: #891529; }
span { border-color: rgb(137,21,41); }
td.TdClassName
{
border-color: #891529;
}
.TagClassName
{
border-color: #891529;
}
</style>