Shades of Scarlett #88192B
Tints of Scarlett #88192B
RGB
CMYK
RGB Variations
Color information
#88192B (or 0x88192B) is known color: Scarlett. HEX triplet: 88, 19 and 2B. RGB value is (136,25,43). Sum of RGB (Red+Green+Blue) = 136+25+43=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88192B is #77E6D4. Grayscale: #3C3C3C. Windows color (decimal): -7857877 or 2824584. OLE color: 2824584.
HSL color Cylindrical-coordinate representation of color #88192B: hue angle of 350.27º 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 #88192B is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 43 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.47 |
| HSL | 350.27º | 0.69% | 0.32% | - |
| HSV(B) | 350.27º | 0.82% | 0.53% | - |
| XYZ | 10.94 | 6.1 | 2.89 | - |
| YUV | 60.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 43 | 0 | 0.82 | 0.68 | 0.47 | 350.27 | 0.69 | 0.32 |
| Hex | 88 | 19 | 2B | 0 | 52 | 44 | 2F | 15E | 45 | 20 |
| Octal | 210 | 31 | 53 | 0 | 122 | 104 | 57 | 536 | 105 | 40 |
| Binary | 10001000 | 11001 | 101011 | 0 | 1010010 | 1000100 | 101111 | 101011110 | 1000101 | 100000 |
Color Harmonies of #88192B
Complementary color
Monochromatic Colors of #88192B
Black with #88192B
Text Example
Text Example
White with #88192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88192B; }
p { color: rgb(136,25,43); }
H1.HeaderClassName
{
color: #88192B;
}
.AnyTagClassName
{
color: #88192B;
}
</style>
background-color css
<style>
a { background-color: #88192B; }
a { background-color: rgb(136,25,43); }
div.DivClassName
{
background-color: #88192B;
}
.BgClassName
{
background-color: #88192B;
}
</style>
border-color css
<style>
span { border-color: #88192B; }
span { border-color: rgb(136,25,43); }
td.TdClassName
{
border-color: #88192B;
}
.TagClassName
{
border-color: #88192B;
}
</style>