Shades of Scarlett #891533
Tints of Scarlett #891533
RGB
CMYK
RGB Variations
Color information
#891533 (or 0x891533) is known color: Scarlett. HEX triplet: 89, 15 and 33. RGB value is (137,21,51). Sum of RGB (Red+Green+Blue) = 137+21+51=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #891533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891533 is #76EACC. Grayscale: #3B3B3B. Windows color (decimal): -7793357 or 3347849. OLE color: 3347849.
HSL color Cylindrical-coordinate representation of color #891533: hue angle of 344.48º 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 #891533 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 51 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.46 |
| HSL | 344.48º | 0.73% | 0.31% | - |
| HSV(B) | 344.48º | 0.85% | 0.54% | - |
| XYZ | 11.18 | 6.09 | 3.72 | - |
| YUV | 59.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 51 | 0 | 0.85 | 0.63 | 0.46 | 344.48 | 0.73 | 0.31 |
| Hex | 89 | 15 | 33 | 0 | 55 | 3F | 2E | 158 | 49 | 1F |
| Octal | 211 | 25 | 63 | 0 | 125 | 77 | 56 | 530 | 111 | 37 |
| Binary | 10001001 | 10101 | 110011 | 0 | 1010101 | 111111 | 101110 | 101011000 | 1001001 | 11111 |
Color Harmonies of #891533
Complementary color
Monochromatic Colors of #891533
Black with #891533
Text Example
Text Example
White with #891533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891533; }
p { color: rgb(137,21,51); }
H1.HeaderClassName
{
color: #891533;
}
.AnyTagClassName
{
color: #891533;
}
</style>
background-color css
<style>
a { background-color: #891533; }
a { background-color: rgb(137,21,51); }
div.DivClassName
{
background-color: #891533;
}
.BgClassName
{
background-color: #891533;
}
</style>
border-color css
<style>
span { border-color: #891533; }
span { border-color: rgb(137,21,51); }
td.TdClassName
{
border-color: #891533;
}
.TagClassName
{
border-color: #891533;
}
</style>