Shades of Scarlett #881733
Tints of Scarlett #881733
RGB
CMYK
RGB Variations
Color information
#881733 (or 0x881733) is known color: Scarlett. HEX triplet: 88, 17 and 33. RGB value is (136,23,51). Sum of RGB (Red+Green+Blue) = 136+23+51=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881733 is #77E8CC. Grayscale: #3B3B3B. Windows color (decimal): -7858381 or 3348360. OLE color: 3348360.
HSL color Cylindrical-coordinate representation of color #881733: hue angle of 345.13º 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 #881733 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 51 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.47 |
| HSL | 345.13º | 0.71% | 0.31% | - |
| HSV(B) | 345.13º | 0.83% | 0.53% | - |
| XYZ | 11.06 | 6.09 | 3.72 | - |
| YUV | 59.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 51 | 0 | 0.83 | 0.62 | 0.47 | 345.13 | 0.71 | 0.31 |
| Hex | 88 | 17 | 33 | 0 | 53 | 3E | 2F | 159 | 47 | 1F |
| Octal | 210 | 27 | 63 | 0 | 123 | 76 | 57 | 531 | 107 | 37 |
| Binary | 10001000 | 10111 | 110011 | 0 | 1010011 | 111110 | 101111 | 101011001 | 1000111 | 11111 |
Color Harmonies of #881733
Complementary color
Monochromatic Colors of #881733
Black with #881733
Text Example
Text Example
White with #881733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881733; }
p { color: rgb(136,23,51); }
H1.HeaderClassName
{
color: #881733;
}
.AnyTagClassName
{
color: #881733;
}
</style>
background-color css
<style>
a { background-color: #881733; }
a { background-color: rgb(136,23,51); }
div.DivClassName
{
background-color: #881733;
}
.BgClassName
{
background-color: #881733;
}
</style>
border-color css
<style>
span { border-color: #881733; }
span { border-color: rgb(136,23,51); }
td.TdClassName
{
border-color: #881733;
}
.TagClassName
{
border-color: #881733;
}
</style>