Shades of Scarlett #841731
Tints of Scarlett #841731
RGB
CMYK
RGB Variations
Color information
#841731 (or 0x841731) is known color: Scarlett. HEX triplet: 84, 17 and 31. RGB value is (132,23,49). Sum of RGB (Red+Green+Blue) = 132+23+49=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #841731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841731 is #7BE8CE. Grayscale: #3A3A3A. Windows color (decimal): -8120527 or 3217284. OLE color: 3217284.
HSL color Cylindrical-coordinate representation of color #841731: hue angle of 345.69º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841731 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 49 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.48 |
| HSL | 345.69º | 0.7% | 0.3% | - |
| HSV(B) | 345.69º | 0.83% | 0.52% | - |
| XYZ | 10.38 | 5.74 | 3.47 | - |
| YUV | 58.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 49 | 0 | 0.83 | 0.63 | 0.48 | 345.69 | 0.7 | 0.3 |
| Hex | 84 | 17 | 31 | 0 | 53 | 3F | 30 | 15A | 46 | 1E |
| Octal | 204 | 27 | 61 | 0 | 123 | 77 | 60 | 532 | 106 | 36 |
| Binary | 10000100 | 10111 | 110001 | 0 | 1010011 | 111111 | 110000 | 101011010 | 1000110 | 11110 |
Color Harmonies of #841731
Complementary color
Monochromatic Colors of #841731
Black with #841731
Text Example
Text Example
White with #841731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841731; }
p { color: rgb(132,23,49); }
H1.HeaderClassName
{
color: #841731;
}
.AnyTagClassName
{
color: #841731;
}
</style>
background-color css
<style>
a { background-color: #841731; }
a { background-color: rgb(132,23,49); }
div.DivClassName
{
background-color: #841731;
}
.BgClassName
{
background-color: #841731;
}
</style>
border-color css
<style>
span { border-color: #841731; }
span { border-color: rgb(132,23,49); }
td.TdClassName
{
border-color: #841731;
}
.TagClassName
{
border-color: #841731;
}
</style>