Shades of Scarlett #88182A
Tints of Scarlett #88182A
RGB
CMYK
RGB Variations
Color information
#88182A (or 0x88182A) is known color: Scarlett. HEX triplet: 88, 18 and 2A. RGB value is (136,24,42). Sum of RGB (Red+Green+Blue) = 136+24+42=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88182A is #77E7D5. Grayscale: #3B3B3B. Windows color (decimal): -7858134 or 2758792. OLE color: 2758792.
HSL color Cylindrical-coordinate representation of color #88182A: hue angle of 350.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88182A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 42 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.47 |
| HSL | 350.36º | 0.7% | 0.31% | - |
| HSV(B) | 350.36º | 0.82% | 0.53% | - |
| XYZ | 10.9 | 6.05 | 2.78 | - |
| YUV | 59.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 42 | 0 | 0.82 | 0.69 | 0.47 | 350.36 | 0.7 | 0.31 |
| Hex | 88 | 18 | 2A | 0 | 52 | 45 | 2F | 15E | 46 | 1F |
| Octal | 210 | 30 | 52 | 0 | 122 | 105 | 57 | 536 | 106 | 37 |
| Binary | 10001000 | 11000 | 101010 | 0 | 1010010 | 1000101 | 101111 | 101011110 | 1000110 | 11111 |
Color Harmonies of #88182A
Complementary color
Monochromatic Colors of #88182A
Black with #88182A
Text Example
Text Example
White with #88182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88182A; }
p { color: rgb(136,24,42); }
H1.HeaderClassName
{
color: #88182A;
}
.AnyTagClassName
{
color: #88182A;
}
</style>
background-color css
<style>
a { background-color: #88182A; }
a { background-color: rgb(136,24,42); }
div.DivClassName
{
background-color: #88182A;
}
.BgClassName
{
background-color: #88182A;
}
</style>
border-color css
<style>
span { border-color: #88182A; }
span { border-color: rgb(136,24,42); }
td.TdClassName
{
border-color: #88182A;
}
.TagClassName
{
border-color: #88182A;
}
</style>