Shades of Scarlett #841724
Tints of Scarlett #841724
RGB
CMYK
RGB Variations
Color information
#841724 (or 0x841724) is known color: Scarlett. HEX triplet: 84, 17 and 24. RGB value is (132,23,36). Sum of RGB (Red+Green+Blue) = 132+23+36=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #841724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841724 is #7BE8DB. Grayscale: #393939. Windows color (decimal): -8120540 or 2365316. OLE color: 2365316.
HSL color Cylindrical-coordinate representation of color #841724: hue angle of 352.84º 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 #841724 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 36 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.48 |
| HSL | 352.84º | 0.7% | 0.3% | - |
| HSV(B) | 352.84º | 0.83% | 0.52% | - |
| XYZ | 10.14 | 5.65 | 2.22 | - |
| YUV | 57.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 36 | 0 | 0.83 | 0.73 | 0.48 | 352.84 | 0.7 | 0.3 |
| Hex | 84 | 17 | 24 | 0 | 53 | 49 | 30 | 161 | 46 | 1E |
| Octal | 204 | 27 | 44 | 0 | 123 | 111 | 60 | 541 | 106 | 36 |
| Binary | 10000100 | 10111 | 100100 | 0 | 1010011 | 1001001 | 110000 | 101100001 | 1000110 | 11110 |
Color Harmonies of #841724
Complementary color
Monochromatic Colors of #841724
Black with #841724
Text Example
Text Example
White with #841724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841724; }
p { color: rgb(132,23,36); }
H1.HeaderClassName
{
color: #841724;
}
.AnyTagClassName
{
color: #841724;
}
</style>
background-color css
<style>
a { background-color: #841724; }
a { background-color: rgb(132,23,36); }
div.DivClassName
{
background-color: #841724;
}
.BgClassName
{
background-color: #841724;
}
</style>
border-color css
<style>
span { border-color: #841724; }
span { border-color: rgb(132,23,36); }
td.TdClassName
{
border-color: #841724;
}
.TagClassName
{
border-color: #841724;
}
</style>