Shades of Scarlett #8B1232
Tints of Scarlett #8B1232
RGB
CMYK
RGB Variations
Color information
#8B1232 (or 0x8B1232) is known color: Scarlett. HEX triplet: 8B, 12 and 32. RGB value is (139,18,50). Sum of RGB (Red+Green+Blue) = 139+18+50=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1232 is #74EDCD. Grayscale: #393939. Windows color (decimal): -7663054 or 3281547. OLE color: 3281547.
HSL color Cylindrical-coordinate representation of color #8B1232: hue angle of 344.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1232 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 50 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.45 |
| HSL | 344.13º | 0.77% | 0.31% | - |
| HSV(B) | 344.13º | 0.87% | 0.55% | - |
| XYZ | 11.44 | 6.15 | 3.6 | - |
| YUV | 57.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 50 | 0 | 0.87 | 0.64 | 0.45 | 344.13 | 0.77 | 0.31 |
| Hex | 8B | 12 | 32 | 0 | 57 | 40 | 2D | 158 | 4D | 1F |
| Octal | 213 | 22 | 62 | 0 | 127 | 100 | 55 | 530 | 115 | 37 |
| Binary | 10001011 | 10010 | 110010 | 0 | 1010111 | 1000000 | 101101 | 101011000 | 1001101 | 11111 |
Color Harmonies of #8B1232
Complementary color
Monochromatic Colors of #8B1232
Black with #8B1232
Text Example
Text Example
White with #8B1232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1232; }
p { color: rgb(139,18,50); }
H1.HeaderClassName
{
color: #8B1232;
}
.AnyTagClassName
{
color: #8B1232;
}
</style>
background-color css
<style>
a { background-color: #8B1232; }
a { background-color: rgb(139,18,50); }
div.DivClassName
{
background-color: #8B1232;
}
.BgClassName
{
background-color: #8B1232;
}
</style>
border-color css
<style>
span { border-color: #8B1232; }
span { border-color: rgb(139,18,50); }
td.TdClassName
{
border-color: #8B1232;
}
.TagClassName
{
border-color: #8B1232;
}
</style>