Shades of Scarlett #88172C
Tints of Scarlett #88172C
RGB
CMYK
RGB Variations
Color information
#88172C (or 0x88172C) is known color: Scarlett. HEX triplet: 88, 17 and 2C. RGB value is (136,23,44). Sum of RGB (Red+Green+Blue) = 136+23+44=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88172C is #77E8D3. Grayscale: #3B3B3B. Windows color (decimal): -7858388 or 2889608. OLE color: 2889608.
HSL color Cylindrical-coordinate representation of color #88172C: hue angle of 348.85º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88172C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 44 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.47 |
| HSL | 348.85º | 0.71% | 0.31% | - |
| HSV(B) | 348.85º | 0.83% | 0.53% | - |
| XYZ | 10.91 | 6.03 | 2.97 | - |
| YUV | 59.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 44 | 0 | 0.83 | 0.68 | 0.47 | 348.85 | 0.71 | 0.31 |
| Hex | 88 | 17 | 2C | 0 | 53 | 44 | 2F | 15D | 47 | 1F |
| Octal | 210 | 27 | 54 | 0 | 123 | 104 | 57 | 535 | 107 | 37 |
| Binary | 10001000 | 10111 | 101100 | 0 | 1010011 | 1000100 | 101111 | 101011101 | 1000111 | 11111 |
Color Harmonies of #88172C
Complementary color
Monochromatic Colors of #88172C
Black with #88172C
Text Example
Text Example
White with #88172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88172C; }
p { color: rgb(136,23,44); }
H1.HeaderClassName
{
color: #88172C;
}
.AnyTagClassName
{
color: #88172C;
}
</style>
background-color css
<style>
a { background-color: #88172C; }
a { background-color: rgb(136,23,44); }
div.DivClassName
{
background-color: #88172C;
}
.BgClassName
{
background-color: #88172C;
}
</style>
border-color css
<style>
span { border-color: #88172C; }
span { border-color: rgb(136,23,44); }
td.TdClassName
{
border-color: #88172C;
}
.TagClassName
{
border-color: #88172C;
}
</style>