Shades of Scarlett #84142D
Tints of Scarlett #84142D
RGB
CMYK
RGB Variations
Color information
#84142D (or 0x84142D) is known color: Scarlett. HEX triplet: 84, 14 and 2D. RGB value is (132,20,45). Sum of RGB (Red+Green+Blue) = 132+20+45=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84142D is #7BEBD2. Grayscale: #383838. Windows color (decimal): -8121299 or 2954372. OLE color: 2954372.
HSL color Cylindrical-coordinate representation of color #84142D: hue angle of 346.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84142D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 45 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.48 |
| HSL | 346.61º | 0.74% | 0.3% | - |
| HSV(B) | 346.61º | 0.85% | 0.52% | - |
| XYZ | 10.24 | 5.6 | 3.02 | - |
| YUV | 56.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 45 | 0 | 0.85 | 0.66 | 0.48 | 346.61 | 0.74 | 0.3 |
| Hex | 84 | 14 | 2D | 0 | 55 | 42 | 30 | 15B | 4A | 1E |
| Octal | 204 | 24 | 55 | 0 | 125 | 102 | 60 | 533 | 112 | 36 |
| Binary | 10000100 | 10100 | 101101 | 0 | 1010101 | 1000010 | 110000 | 101011011 | 1001010 | 11110 |
Color Harmonies of #84142D
Complementary color
Monochromatic Colors of #84142D
Black with #84142D
Text Example
Text Example
White with #84142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84142D; }
p { color: rgb(132,20,45); }
H1.HeaderClassName
{
color: #84142D;
}
.AnyTagClassName
{
color: #84142D;
}
</style>
background-color css
<style>
a { background-color: #84142D; }
a { background-color: rgb(132,20,45); }
div.DivClassName
{
background-color: #84142D;
}
.BgClassName
{
background-color: #84142D;
}
</style>
border-color css
<style>
span { border-color: #84142D; }
span { border-color: rgb(132,20,45); }
td.TdClassName
{
border-color: #84142D;
}
.TagClassName
{
border-color: #84142D;
}
</style>