Shades of Scarlett #841831
Tints of Scarlett #841831
RGB
CMYK
RGB Variations
Color information
#841831 (or 0x841831) is known color: Scarlett. HEX triplet: 84, 18 and 31. RGB value is (132,24,49). Sum of RGB (Red+Green+Blue) = 132+24+49=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841831 is #7BE7CE. Grayscale: #3B3B3B. Windows color (decimal): -8120271 or 3217540. OLE color: 3217540.
HSL color Cylindrical-coordinate representation of color #841831: hue angle of 346.11º 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 #841831 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 49 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.48 |
| HSL | 346.11º | 0.69% | 0.31% | - |
| HSV(B) | 346.11º | 0.82% | 0.52% | - |
| XYZ | 10.4 | 5.78 | 3.47 | - |
| YUV | 59.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 49 | 0 | 0.82 | 0.63 | 0.48 | 346.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 31 | 0 | 52 | 3F | 30 | 15A | 45 | 1F |
| Octal | 204 | 30 | 61 | 0 | 122 | 77 | 60 | 532 | 105 | 37 |
| Binary | 10000100 | 11000 | 110001 | 0 | 1010010 | 111111 | 110000 | 101011010 | 1000101 | 11111 |
Color Harmonies of #841831
Complementary color
Monochromatic Colors of #841831
Black with #841831
Text Example
Text Example
White with #841831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841831; }
p { color: rgb(132,24,49); }
H1.HeaderClassName
{
color: #841831;
}
.AnyTagClassName
{
color: #841831;
}
</style>
background-color css
<style>
a { background-color: #841831; }
a { background-color: rgb(132,24,49); }
div.DivClassName
{
background-color: #841831;
}
.BgClassName
{
background-color: #841831;
}
</style>
border-color css
<style>
span { border-color: #841831; }
span { border-color: rgb(132,24,49); }
td.TdClassName
{
border-color: #841831;
}
.TagClassName
{
border-color: #841831;
}
</style>