Shades of Scarlett #881932
Tints of Scarlett #881932
RGB
CMYK
RGB Variations
Color information
#881932 (or 0x881932) is known color: Scarlett. HEX triplet: 88, 19 and 32. RGB value is (136,25,50). Sum of RGB (Red+Green+Blue) = 136+25+50=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881932 is #77E6CD. Grayscale: #3D3D3D. Windows color (decimal): -7857870 or 3283336. OLE color: 3283336.
HSL color Cylindrical-coordinate representation of color #881932: hue angle of 346.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881932 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 50 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.47 |
| HSL | 346.49º | 0.69% | 0.32% | - |
| HSV(B) | 346.49º | 0.82% | 0.53% | - |
| XYZ | 11.08 | 6.16 | 3.62 | - |
| YUV | 61.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 50 | 0 | 0.82 | 0.63 | 0.47 | 346.49 | 0.69 | 0.32 |
| Hex | 88 | 19 | 32 | 0 | 52 | 3F | 2F | 15A | 45 | 20 |
| Octal | 210 | 31 | 62 | 0 | 122 | 77 | 57 | 532 | 105 | 40 |
| Binary | 10001000 | 11001 | 110010 | 0 | 1010010 | 111111 | 101111 | 101011010 | 1000101 | 100000 |
Color Harmonies of #881932
Complementary color
Monochromatic Colors of #881932
Black with #881932
Text Example
Text Example
White with #881932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881932; }
p { color: rgb(136,25,50); }
H1.HeaderClassName
{
color: #881932;
}
.AnyTagClassName
{
color: #881932;
}
</style>
background-color css
<style>
a { background-color: #881932; }
a { background-color: rgb(136,25,50); }
div.DivClassName
{
background-color: #881932;
}
.BgClassName
{
background-color: #881932;
}
</style>
border-color css
<style>
span { border-color: #881932; }
span { border-color: rgb(136,25,50); }
td.TdClassName
{
border-color: #881932;
}
.TagClassName
{
border-color: #881932;
}
</style>