Shades of Scarlett #88192C
Tints of Scarlett #88192C
RGB
CMYK
RGB Variations
Color information
#88192C (or 0x88192C) is known color: Scarlett. HEX triplet: 88, 19 and 2C. RGB value is (136,25,44). Sum of RGB (Red+Green+Blue) = 136+25+44=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88192C is #77E6D3. Grayscale: #3C3C3C. Windows color (decimal): -7857876 or 2890120. OLE color: 2890120.
HSL color Cylindrical-coordinate representation of color #88192C: hue angle of 349.73º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88192C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 44 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.47 |
| HSL | 349.73º | 0.69% | 0.32% | - |
| HSV(B) | 349.73º | 0.82% | 0.53% | - |
| XYZ | 10.96 | 6.11 | 2.99 | - |
| YUV | 60.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 44 | 0 | 0.82 | 0.68 | 0.47 | 349.73 | 0.69 | 0.32 |
| Hex | 88 | 19 | 2C | 0 | 52 | 44 | 2F | 15E | 45 | 20 |
| Octal | 210 | 31 | 54 | 0 | 122 | 104 | 57 | 536 | 105 | 40 |
| Binary | 10001000 | 11001 | 101100 | 0 | 1010010 | 1000100 | 101111 | 101011110 | 1000101 | 100000 |
Color Harmonies of #88192C
Complementary color
Monochromatic Colors of #88192C
Black with #88192C
Text Example
Text Example
White with #88192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88192C; }
p { color: rgb(136,25,44); }
H1.HeaderClassName
{
color: #88192C;
}
.AnyTagClassName
{
color: #88192C;
}
</style>
background-color css
<style>
a { background-color: #88192C; }
a { background-color: rgb(136,25,44); }
div.DivClassName
{
background-color: #88192C;
}
.BgClassName
{
background-color: #88192C;
}
</style>
border-color css
<style>
span { border-color: #88192C; }
span { border-color: rgb(136,25,44); }
td.TdClassName
{
border-color: #88192C;
}
.TagClassName
{
border-color: #88192C;
}
</style>