Shades of Scarlett #88192D
Tints of Scarlett #88192D
RGB
CMYK
RGB Variations
Color information
#88192D (or 0x88192D) is known color: Scarlett. HEX triplet: 88, 19 and 2D. RGB value is (136,25,45). Sum of RGB (Red+Green+Blue) = 136+25+45=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #88192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88192D is #77E6D2. Grayscale: #3C3C3C. Windows color (decimal): -7857875 or 2955656. OLE color: 2955656.
HSL color Cylindrical-coordinate representation of color #88192D: hue angle of 349.19º 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 #88192D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 45 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.47 |
| HSL | 349.19º | 0.69% | 0.32% | - |
| HSV(B) | 349.19º | 0.82% | 0.53% | - |
| XYZ | 10.97 | 6.12 | 3.09 | - |
| YUV | 60.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 45 | 0 | 0.82 | 0.67 | 0.47 | 349.19 | 0.69 | 0.32 |
| Hex | 88 | 19 | 2D | 0 | 52 | 43 | 2F | 15D | 45 | 20 |
| Octal | 210 | 31 | 55 | 0 | 122 | 103 | 57 | 535 | 105 | 40 |
| Binary | 10001000 | 11001 | 101101 | 0 | 1010010 | 1000011 | 101111 | 101011101 | 1000101 | 100000 |
Color Harmonies of #88192D
Complementary color
Monochromatic Colors of #88192D
Black with #88192D
Text Example
Text Example
White with #88192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88192D; }
p { color: rgb(136,25,45); }
H1.HeaderClassName
{
color: #88192D;
}
.AnyTagClassName
{
color: #88192D;
}
</style>
background-color css
<style>
a { background-color: #88192D; }
a { background-color: rgb(136,25,45); }
div.DivClassName
{
background-color: #88192D;
}
.BgClassName
{
background-color: #88192D;
}
</style>
border-color css
<style>
span { border-color: #88192D; }
span { border-color: rgb(136,25,45); }
td.TdClassName
{
border-color: #88192D;
}
.TagClassName
{
border-color: #88192D;
}
</style>