Shades of Scarlett #88103C
Tints of Scarlett #88103C
RGB
CMYK
RGB Variations
Color information
#88103C (or 0x88103C) is known color: Scarlett. HEX triplet: 88, 10 and 3C. RGB value is (136,16,60). Sum of RGB (Red+Green+Blue) = 136+16+60=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88103C is #77EFC3. Grayscale: #383838. Windows color (decimal): -7860164 or 3936392. OLE color: 3936392.
HSL color Cylindrical-coordinate representation of color #88103C: hue angle of 338º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88103C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 60 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.47 |
| HSL | 338º | 0.79% | 0.3% | - |
| HSV(B) | 338º | 0.88% | 0.53% | - |
| XYZ | 11.15 | 5.93 | 4.83 | - |
| YUV | 56.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 60 | 0 | 0.88 | 0.56 | 0.47 | 338 | 0.79 | 0.3 |
| Hex | 88 | 10 | 3C | 0 | 58 | 38 | 2F | 152 | 4F | 1E |
| Octal | 210 | 20 | 74 | 0 | 130 | 70 | 57 | 522 | 117 | 36 |
| Binary | 10001000 | 10000 | 111100 | 0 | 1011000 | 111000 | 101111 | 101010010 | 1001111 | 11110 |
Color Harmonies of #88103C
Complementary color
Monochromatic Colors of #88103C
Black with #88103C
Text Example
Text Example
White with #88103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88103C; }
p { color: rgb(136,16,60); }
H1.HeaderClassName
{
color: #88103C;
}
.AnyTagClassName
{
color: #88103C;
}
</style>
background-color css
<style>
a { background-color: #88103C; }
a { background-color: rgb(136,16,60); }
div.DivClassName
{
background-color: #88103C;
}
.BgClassName
{
background-color: #88103C;
}
</style>
border-color css
<style>
span { border-color: #88103C; }
span { border-color: rgb(136,16,60); }
td.TdClassName
{
border-color: #88103C;
}
.TagClassName
{
border-color: #88103C;
}
</style>