Shades of Scarlett #88132E
Tints of Scarlett #88132E
RGB
CMYK
RGB Variations
Color information
#88132E (or 0x88132E) is known color: Scarlett. HEX triplet: 88, 13 and 2E. RGB value is (136,19,46). Sum of RGB (Red+Green+Blue) = 136+19+46=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88132E is #77ECD1. Grayscale: #393939. Windows color (decimal): -7859410 or 3019656. OLE color: 3019656.
HSL color Cylindrical-coordinate representation of color #88132E: hue angle of 346.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88132E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 46 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.47 |
| HSL | 346.15º | 0.75% | 0.3% | - |
| HSV(B) | 346.15º | 0.86% | 0.53% | - |
| XYZ | 10.88 | 5.9 | 3.15 | - |
| YUV | 57.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 46 | 0 | 0.86 | 0.66 | 0.47 | 346.15 | 0.75 | 0.3 |
| Hex | 88 | 13 | 2E | 0 | 56 | 42 | 2F | 15A | 4B | 1E |
| Octal | 210 | 23 | 56 | 0 | 126 | 102 | 57 | 532 | 113 | 36 |
| Binary | 10001000 | 10011 | 101110 | 0 | 1010110 | 1000010 | 101111 | 101011010 | 1001011 | 11110 |
Color Harmonies of #88132E
Complementary color
Monochromatic Colors of #88132E
Black with #88132E
Text Example
Text Example
White with #88132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88132E; }
p { color: rgb(136,19,46); }
H1.HeaderClassName
{
color: #88132E;
}
.AnyTagClassName
{
color: #88132E;
}
</style>
background-color css
<style>
a { background-color: #88132E; }
a { background-color: rgb(136,19,46); }
div.DivClassName
{
background-color: #88132E;
}
.BgClassName
{
background-color: #88132E;
}
</style>
border-color css
<style>
span { border-color: #88132E; }
span { border-color: rgb(136,19,46); }
td.TdClassName
{
border-color: #88132E;
}
.TagClassName
{
border-color: #88132E;
}
</style>