Shades of Scarlett #881435
Tints of Scarlett #881435
RGB
CMYK
RGB Variations
Color information
#881435 (or 0x881435) is known color: Scarlett. HEX triplet: 88, 14 and 35. RGB value is (136,20,53). Sum of RGB (Red+Green+Blue) = 136+20+53=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881435 is #77EBCA. Grayscale: #3A3A3A. Windows color (decimal): -7859147 or 3478664. OLE color: 3478664.
HSL color Cylindrical-coordinate representation of color #881435: hue angle of 342.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881435 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 53 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.47 |
| HSL | 342.93º | 0.74% | 0.31% | - |
| HSV(B) | 342.93º | 0.85% | 0.53% | - |
| XYZ | 11.05 | 5.99 | 3.94 | - |
| YUV | 58.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 53 | 0 | 0.85 | 0.61 | 0.47 | 342.93 | 0.74 | 0.31 |
| Hex | 88 | 14 | 35 | 0 | 55 | 3D | 2F | 157 | 4A | 1F |
| Octal | 210 | 24 | 65 | 0 | 125 | 75 | 57 | 527 | 112 | 37 |
| Binary | 10001000 | 10100 | 110101 | 0 | 1010101 | 111101 | 101111 | 101010111 | 1001010 | 11111 |
Color Harmonies of #881435
Complementary color
Monochromatic Colors of #881435
Black with #881435
Text Example
Text Example
White with #881435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881435; }
p { color: rgb(136,20,53); }
H1.HeaderClassName
{
color: #881435;
}
.AnyTagClassName
{
color: #881435;
}
</style>
background-color css
<style>
a { background-color: #881435; }
a { background-color: rgb(136,20,53); }
div.DivClassName
{
background-color: #881435;
}
.BgClassName
{
background-color: #881435;
}
</style>
border-color css
<style>
span { border-color: #881435; }
span { border-color: rgb(136,20,53); }
td.TdClassName
{
border-color: #881435;
}
.TagClassName
{
border-color: #881435;
}
</style>