Shades of Scarlett #8C1132
Tints of Scarlett #8C1132
RGB
CMYK
RGB Variations
Color information
#8C1132 (or 0x8C1132) is known color: Scarlett. HEX triplet: 8C, 11 and 32. RGB value is (140,17,50). Sum of RGB (Red+Green+Blue) = 140+17+50=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1132 is #73EECD. Grayscale: #393939. Windows color (decimal): -7597774 or 3281292. OLE color: 3281292.
HSL color Cylindrical-coordinate representation of color #8C1132: hue angle of 343.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1132 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 17 | 50 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.45 |
| HSL | 343.9º | 0.78% | 0.31% | - |
| HSV(B) | 343.9º | 0.88% | 0.55% | - |
| XYZ | 11.59 | 6.21 | 3.6 | - |
| YUV | 57.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 17 | 50 | 0 | 0.88 | 0.64 | 0.45 | 343.9 | 0.78 | 0.31 |
| Hex | 8C | 11 | 32 | 0 | 58 | 40 | 2D | 158 | 4E | 1F |
| Octal | 214 | 21 | 62 | 0 | 130 | 100 | 55 | 530 | 116 | 37 |
| Binary | 10001100 | 10001 | 110010 | 0 | 1011000 | 1000000 | 101101 | 101011000 | 1001110 | 11111 |
Color Harmonies of #8C1132
Complementary color
Monochromatic Colors of #8C1132
Black with #8C1132
Text Example
Text Example
White with #8C1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1132; }
p { color: rgb(140,17,50); }
H1.HeaderClassName
{
color: #8C1132;
}
.AnyTagClassName
{
color: #8C1132;
}
</style>
background-color css
<style>
a { background-color: #8C1132; }
a { background-color: rgb(140,17,50); }
div.DivClassName
{
background-color: #8C1132;
}
.BgClassName
{
background-color: #8C1132;
}
</style>
border-color css
<style>
span { border-color: #8C1132; }
span { border-color: rgb(140,17,50); }
td.TdClassName
{
border-color: #8C1132;
}
.TagClassName
{
border-color: #8C1132;
}
</style>