Shades of Scarlett #84212F
Tints of Scarlett #84212F
RGB
CMYK
RGB Variations
Color information
#84212F (or 0x84212F) is known color: Scarlett. HEX triplet: 84, 21 and 2F. RGB value is (132,33,47). Sum of RGB (Red+Green+Blue) = 132+33+47=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84212F is #7BDED0. Grayscale: #404040. Windows color (decimal): -8117969 or 3088772. OLE color: 3088772.
HSL color Cylindrical-coordinate representation of color #84212F: hue angle of 351.52º 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 #84212F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 47 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.48 |
| HSL | 351.52º | 0.6% | 0.32% | - |
| HSV(B) | 351.52º | 0.75% | 0.52% | - |
| XYZ | 10.57 | 6.2 | 3.33 | - |
| YUV | 64.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 47 | 0 | 0.75 | 0.64 | 0.48 | 351.52 | 0.6 | 0.32 |
| Hex | 84 | 21 | 2F | 0 | 4B | 40 | 30 | 160 | 3C | 20 |
| Octal | 204 | 41 | 57 | 0 | 113 | 100 | 60 | 540 | 74 | 40 |
| Binary | 10000100 | 100001 | 101111 | 0 | 1001011 | 1000000 | 110000 | 101100000 | 111100 | 100000 |
Color Harmonies of #84212F
Complementary color
Monochromatic Colors of #84212F
Black with #84212F
Text Example
Text Example
White with #84212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84212F; }
p { color: rgb(132,33,47); }
H1.HeaderClassName
{
color: #84212F;
}
.AnyTagClassName
{
color: #84212F;
}
</style>
background-color css
<style>
a { background-color: #84212F; }
a { background-color: rgb(132,33,47); }
div.DivClassName
{
background-color: #84212F;
}
.BgClassName
{
background-color: #84212F;
}
</style>
border-color css
<style>
span { border-color: #84212F; }
span { border-color: rgb(132,33,47); }
td.TdClassName
{
border-color: #84212F;
}
.TagClassName
{
border-color: #84212F;
}
</style>