Shades of Scarlett #841521
Tints of Scarlett #841521
RGB
CMYK
RGB Variations
Color information
#841521 (or 0x841521) is known color: Scarlett. HEX triplet: 84, 15 and 21. RGB value is (132,21,33). Sum of RGB (Red+Green+Blue) = 132+21+33=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841521 is #7BEADE. Grayscale: #373737. Windows color (decimal): -8121055 or 2168196. OLE color: 2168196.
HSL color Cylindrical-coordinate representation of color #841521: hue angle of 353.51º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841521 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 33 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.48 |
| HSL | 353.51º | 0.73% | 0.3% | - |
| HSV(B) | 353.51º | 0.84% | 0.52% | - |
| XYZ | 10.06 | 5.55 | 1.98 | - |
| YUV | 55.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 33 | 0 | 0.84 | 0.75 | 0.48 | 353.51 | 0.73 | 0.3 |
| Hex | 84 | 15 | 21 | 0 | 54 | 4B | 30 | 162 | 49 | 1E |
| Octal | 204 | 25 | 41 | 0 | 124 | 113 | 60 | 542 | 111 | 36 |
| Binary | 10000100 | 10101 | 100001 | 0 | 1010100 | 1001011 | 110000 | 101100010 | 1001001 | 11110 |
Color Harmonies of #841521
Complementary color
Monochromatic Colors of #841521
Black with #841521
Text Example
Text Example
White with #841521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841521; }
p { color: rgb(132,21,33); }
H1.HeaderClassName
{
color: #841521;
}
.AnyTagClassName
{
color: #841521;
}
</style>
background-color css
<style>
a { background-color: #841521; }
a { background-color: rgb(132,21,33); }
div.DivClassName
{
background-color: #841521;
}
.BgClassName
{
background-color: #841521;
}
</style>
border-color css
<style>
span { border-color: #841521; }
span { border-color: rgb(132,21,33); }
td.TdClassName
{
border-color: #841521;
}
.TagClassName
{
border-color: #841521;
}
</style>