Shades of Scarlett #881829
Tints of Scarlett #881829
RGB
CMYK
RGB Variations
Color information
#881829 (or 0x881829) is known color: Scarlett. HEX triplet: 88, 18 and 29. RGB value is (136,24,41). Sum of RGB (Red+Green+Blue) = 136+24+41=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881829 is #77E7D6. Grayscale: #3B3B3B. Windows color (decimal): -7858135 or 2693256. OLE color: 2693256.
HSL color Cylindrical-coordinate representation of color #881829: hue angle of 350.89º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881829 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 41 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.47 |
| HSL | 350.89º | 0.7% | 0.31% | - |
| HSV(B) | 350.89º | 0.82% | 0.53% | - |
| XYZ | 10.88 | 6.05 | 2.69 | - |
| YUV | 59.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 41 | 0 | 0.82 | 0.70 | 0.47 | 350.89 | 0.7 | 0.31 |
| Hex | 88 | 18 | 29 | 0 | 52 | 46 | 2F | 15F | 46 | 1F |
| Octal | 210 | 30 | 51 | 0 | 122 | 106 | 57 | 537 | 106 | 37 |
| Binary | 10001000 | 11000 | 101001 | 0 | 1010010 | 1000110 | 101111 | 101011111 | 1000110 | 11111 |
Color Harmonies of #881829
Complementary color
Monochromatic Colors of #881829
Black with #881829
Text Example
Text Example
White with #881829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881829; }
p { color: rgb(136,24,41); }
H1.HeaderClassName
{
color: #881829;
}
.AnyTagClassName
{
color: #881829;
}
</style>
background-color css
<style>
a { background-color: #881829; }
a { background-color: rgb(136,24,41); }
div.DivClassName
{
background-color: #881829;
}
.BgClassName
{
background-color: #881829;
}
</style>
border-color css
<style>
span { border-color: #881829; }
span { border-color: rgb(136,24,41); }
td.TdClassName
{
border-color: #881829;
}
.TagClassName
{
border-color: #881829;
}
</style>