Shades of Scarlett #841835
Tints of Scarlett #841835
RGB
CMYK
RGB Variations
Color information
#841835 (or 0x841835) is known color: Scarlett. HEX triplet: 84, 18 and 35. RGB value is (132,24,53). Sum of RGB (Red+Green+Blue) = 132+24+53=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #841835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841835 is #7BE7CA. Grayscale: #3B3B3B. Windows color (decimal): -8120267 or 3479684. OLE color: 3479684.
HSL color Cylindrical-coordinate representation of color #841835: hue angle of 343.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841835 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 53 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.48 |
| HSL | 343.89º | 0.69% | 0.31% | - |
| HSV(B) | 343.89º | 0.82% | 0.52% | - |
| XYZ | 10.48 | 5.82 | 3.94 | - |
| YUV | 59.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 53 | 0 | 0.82 | 0.60 | 0.48 | 343.89 | 0.69 | 0.31 |
| Hex | 84 | 18 | 35 | 0 | 52 | 3C | 30 | 158 | 45 | 1F |
| Octal | 204 | 30 | 65 | 0 | 122 | 74 | 60 | 530 | 105 | 37 |
| Binary | 10000100 | 11000 | 110101 | 0 | 1010010 | 111100 | 110000 | 101011000 | 1000101 | 11111 |
Color Harmonies of #841835
Complementary color
Monochromatic Colors of #841835
Black with #841835
Text Example
Text Example
White with #841835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841835; }
p { color: rgb(132,24,53); }
H1.HeaderClassName
{
color: #841835;
}
.AnyTagClassName
{
color: #841835;
}
</style>
background-color css
<style>
a { background-color: #841835; }
a { background-color: rgb(132,24,53); }
div.DivClassName
{
background-color: #841835;
}
.BgClassName
{
background-color: #841835;
}
</style>
border-color css
<style>
span { border-color: #841835; }
span { border-color: rgb(132,24,53); }
td.TdClassName
{
border-color: #841835;
}
.TagClassName
{
border-color: #841835;
}
</style>