Shades of Scarlett #891233
Tints of Scarlett #891233
RGB
CMYK
RGB Variations
Color information
#891233 (or 0x891233) is known color: Scarlett. HEX triplet: 89, 12 and 33. RGB value is (137,18,51). Sum of RGB (Red+Green+Blue) = 137+18+51=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #891233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891233 is #76EDCC. Grayscale: #393939. Windows color (decimal): -7794125 or 3347081. OLE color: 3347081.
HSL color Cylindrical-coordinate representation of color #891233: hue angle of 343.36º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891233 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 51 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.46 |
| HSL | 343.36º | 0.77% | 0.3% | - |
| HSV(B) | 343.36º | 0.87% | 0.54% | - |
| XYZ | 11.13 | 5.99 | 3.7 | - |
| YUV | 57.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 51 | 0 | 0.87 | 0.63 | 0.46 | 343.36 | 0.77 | 0.3 |
| Hex | 89 | 12 | 33 | 0 | 57 | 3F | 2E | 157 | 4D | 1E |
| Octal | 211 | 22 | 63 | 0 | 127 | 77 | 56 | 527 | 115 | 36 |
| Binary | 10001001 | 10010 | 110011 | 0 | 1010111 | 111111 | 101110 | 101010111 | 1001101 | 11110 |
Color Harmonies of #891233
Complementary color
Monochromatic Colors of #891233
Black with #891233
Text Example
Text Example
White with #891233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891233; }
p { color: rgb(137,18,51); }
H1.HeaderClassName
{
color: #891233;
}
.AnyTagClassName
{
color: #891233;
}
</style>
background-color css
<style>
a { background-color: #891233; }
a { background-color: rgb(137,18,51); }
div.DivClassName
{
background-color: #891233;
}
.BgClassName
{
background-color: #891233;
}
</style>
border-color css
<style>
span { border-color: #891233; }
span { border-color: rgb(137,18,51); }
td.TdClassName
{
border-color: #891233;
}
.TagClassName
{
border-color: #891233;
}
</style>