Shades of Scarlett #881429
Tints of Scarlett #881429
RGB
CMYK
RGB Variations
Color information
#881429 (or 0x881429) is known color: Scarlett. HEX triplet: 88, 14 and 29. RGB value is (136,20,41). Sum of RGB (Red+Green+Blue) = 136+20+41=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881429 is #77EBD6. Grayscale: #393939. Windows color (decimal): -7859159 or 2692232. OLE color: 2692232.
HSL color Cylindrical-coordinate representation of color #881429: hue angle of 349.14º 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 #881429 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 41 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.47 |
| HSL | 349.14º | 0.74% | 0.31% | - |
| HSV(B) | 349.14º | 0.85% | 0.53% | - |
| XYZ | 10.8 | 5.89 | 2.67 | - |
| YUV | 57.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 41 | 0 | 0.85 | 0.70 | 0.47 | 349.14 | 0.74 | 0.31 |
| Hex | 88 | 14 | 29 | 0 | 55 | 46 | 2F | 15D | 4A | 1F |
| Octal | 210 | 24 | 51 | 0 | 125 | 106 | 57 | 535 | 112 | 37 |
| Binary | 10001000 | 10100 | 101001 | 0 | 1010101 | 1000110 | 101111 | 101011101 | 1001010 | 11111 |
Color Harmonies of #881429
Complementary color
Monochromatic Colors of #881429
Black with #881429
Text Example
Text Example
White with #881429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881429; }
p { color: rgb(136,20,41); }
H1.HeaderClassName
{
color: #881429;
}
.AnyTagClassName
{
color: #881429;
}
</style>
background-color css
<style>
a { background-color: #881429; }
a { background-color: rgb(136,20,41); }
div.DivClassName
{
background-color: #881429;
}
.BgClassName
{
background-color: #881429;
}
</style>
border-color css
<style>
span { border-color: #881429; }
span { border-color: rgb(136,20,41); }
td.TdClassName
{
border-color: #881429;
}
.TagClassName
{
border-color: #881429;
}
</style>