Shades of Scarlett #84212C
Tints of Scarlett #84212C
RGB
CMYK
RGB Variations
Color information
#84212C (or 0x84212C) is known color: Scarlett. HEX triplet: 84, 21 and 2C. RGB value is (132,33,44). Sum of RGB (Red+Green+Blue) = 132+33+44=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84212C is #7BDED3. Grayscale: #3F3F3F. Windows color (decimal): -8117972 or 2892164. OLE color: 2892164.
HSL color Cylindrical-coordinate representation of color #84212C: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84212C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 44 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.48 |
| HSL | 353.33º | 0.6% | 0.32% | - |
| HSV(B) | 353.33º | 0.75% | 0.52% | - |
| XYZ | 10.51 | 6.18 | 3.02 | - |
| YUV | 63.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 44 | 0 | 0.75 | 0.67 | 0.48 | 353.33 | 0.6 | 0.32 |
| Hex | 84 | 21 | 2C | 0 | 4B | 43 | 30 | 161 | 3C | 20 |
| Octal | 204 | 41 | 54 | 0 | 113 | 103 | 60 | 541 | 74 | 40 |
| Binary | 10000100 | 100001 | 101100 | 0 | 1001011 | 1000011 | 110000 | 101100001 | 111100 | 100000 |
Color Harmonies of #84212C
Complementary color
Monochromatic Colors of #84212C
Black with #84212C
Text Example
Text Example
White with #84212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84212C; }
p { color: rgb(132,33,44); }
H1.HeaderClassName
{
color: #84212C;
}
.AnyTagClassName
{
color: #84212C;
}
</style>
background-color css
<style>
a { background-color: #84212C; }
a { background-color: rgb(132,33,44); }
div.DivClassName
{
background-color: #84212C;
}
.BgClassName
{
background-color: #84212C;
}
</style>
border-color css
<style>
span { border-color: #84212C; }
span { border-color: rgb(132,33,44); }
td.TdClassName
{
border-color: #84212C;
}
.TagClassName
{
border-color: #84212C;
}
</style>