Shades of Scarlett #84212E
Tints of Scarlett #84212E
RGB
CMYK
RGB Variations
Color information
#84212E (or 0x84212E) is known color: Scarlett. HEX triplet: 84, 21 and 2E. RGB value is (132,33,46). Sum of RGB (Red+Green+Blue) = 132+33+46=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84212E is #7BDED1. Grayscale: #404040. Windows color (decimal): -8117970 or 3023236. OLE color: 3023236.
HSL color Cylindrical-coordinate representation of color #84212E: hue angle of 352.12º 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 #84212E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 46 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.48 |
| HSL | 352.12º | 0.6% | 0.32% | - |
| HSV(B) | 352.12º | 0.75% | 0.52% | - |
| XYZ | 10.55 | 6.19 | 3.22 | - |
| YUV | 64.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 46 | 0 | 0.75 | 0.65 | 0.48 | 352.12 | 0.6 | 0.32 |
| Hex | 84 | 21 | 2E | 0 | 4B | 41 | 30 | 160 | 3C | 20 |
| Octal | 204 | 41 | 56 | 0 | 113 | 101 | 60 | 540 | 74 | 40 |
| Binary | 10000100 | 100001 | 101110 | 0 | 1001011 | 1000001 | 110000 | 101100000 | 111100 | 100000 |
Color Harmonies of #84212E
Complementary color
Monochromatic Colors of #84212E
Black with #84212E
Text Example
Text Example
White with #84212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84212E; }
p { color: rgb(132,33,46); }
H1.HeaderClassName
{
color: #84212E;
}
.AnyTagClassName
{
color: #84212E;
}
</style>
background-color css
<style>
a { background-color: #84212E; }
a { background-color: rgb(132,33,46); }
div.DivClassName
{
background-color: #84212E;
}
.BgClassName
{
background-color: #84212E;
}
</style>
border-color css
<style>
span { border-color: #84212E; }
span { border-color: rgb(132,33,46); }
td.TdClassName
{
border-color: #84212E;
}
.TagClassName
{
border-color: #84212E;
}
</style>