Shades of Scarlett #88162F
Tints of Scarlett #88162F
RGB
CMYK
RGB Variations
Color information
#88162F (or 0x88162F) is known color: Scarlett. HEX triplet: 88, 16 and 2F. RGB value is (136,22,47). Sum of RGB (Red+Green+Blue) = 136+22+47=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88162F is #77E9D0. Grayscale: #3A3A3A. Windows color (decimal): -7858641 or 3085960. OLE color: 3085960.
HSL color Cylindrical-coordinate representation of color #88162F: hue angle of 346.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88162F is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 47 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.47 |
| HSL | 346.84º | 0.72% | 0.31% | - |
| HSV(B) | 346.84º | 0.84% | 0.53% | - |
| XYZ | 10.95 | 6.01 | 3.27 | - |
| YUV | 58.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 47 | 0 | 0.84 | 0.65 | 0.47 | 346.84 | 0.72 | 0.31 |
| Hex | 88 | 16 | 2F | 0 | 54 | 41 | 2F | 15B | 48 | 1F |
| Octal | 210 | 26 | 57 | 0 | 124 | 101 | 57 | 533 | 110 | 37 |
| Binary | 10001000 | 10110 | 101111 | 0 | 1010100 | 1000001 | 101111 | 101011011 | 1001000 | 11111 |
Color Harmonies of #88162F
Complementary color
Monochromatic Colors of #88162F
Black with #88162F
Text Example
Text Example
White with #88162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88162F; }
p { color: rgb(136,22,47); }
H1.HeaderClassName
{
color: #88162F;
}
.AnyTagClassName
{
color: #88162F;
}
</style>
background-color css
<style>
a { background-color: #88162F; }
a { background-color: rgb(136,22,47); }
div.DivClassName
{
background-color: #88162F;
}
.BgClassName
{
background-color: #88162F;
}
</style>
border-color css
<style>
span { border-color: #88162F; }
span { border-color: rgb(136,22,47); }
td.TdClassName
{
border-color: #88162F;
}
.TagClassName
{
border-color: #88162F;
}
</style>