Shades of Scarlett #88162A
Tints of Scarlett #88162A
RGB
CMYK
RGB Variations
Color information
#88162A (or 0x88162A) is known color: Scarlett. HEX triplet: 88, 16 and 2A. RGB value is (136,22,42). Sum of RGB (Red+Green+Blue) = 136+22+42=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88162A is #77E9D5. Grayscale: #3A3A3A. Windows color (decimal): -7858646 or 2758280. OLE color: 2758280.
HSL color Cylindrical-coordinate representation of color #88162A: hue angle of 349.47º 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 #88162A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 42 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.47 |
| HSL | 349.47º | 0.72% | 0.31% | - |
| HSV(B) | 349.47º | 0.84% | 0.53% | - |
| XYZ | 10.86 | 5.98 | 2.77 | - |
| YUV | 58.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 42 | 0 | 0.84 | 0.69 | 0.47 | 349.47 | 0.72 | 0.31 |
| Hex | 88 | 16 | 2A | 0 | 54 | 45 | 2F | 15D | 48 | 1F |
| Octal | 210 | 26 | 52 | 0 | 124 | 105 | 57 | 535 | 110 | 37 |
| Binary | 10001000 | 10110 | 101010 | 0 | 1010100 | 1000101 | 101111 | 101011101 | 1001000 | 11111 |
Color Harmonies of #88162A
Complementary color
Monochromatic Colors of #88162A
Black with #88162A
Text Example
Text Example
White with #88162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88162A; }
p { color: rgb(136,22,42); }
H1.HeaderClassName
{
color: #88162A;
}
.AnyTagClassName
{
color: #88162A;
}
</style>
background-color css
<style>
a { background-color: #88162A; }
a { background-color: rgb(136,22,42); }
div.DivClassName
{
background-color: #88162A;
}
.BgClassName
{
background-color: #88162A;
}
</style>
border-color css
<style>
span { border-color: #88162A; }
span { border-color: rgb(136,22,42); }
td.TdClassName
{
border-color: #88162A;
}
.TagClassName
{
border-color: #88162A;
}
</style>