Shades of Scarlett #84142C
Tints of Scarlett #84142C
RGB
CMYK
RGB Variations
Color information
#84142C (or 0x84142C) is known color: Scarlett. HEX triplet: 84, 14 and 2C. RGB value is (132,20,44). Sum of RGB (Red+Green+Blue) = 132+20+44=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84142C is #7BEBD3. Grayscale: #383838. Windows color (decimal): -8121300 or 2888836. OLE color: 2888836.
HSL color Cylindrical-coordinate representation of color #84142C: hue angle of 347.14º 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 #84142C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 44 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.48 |
| HSL | 347.14º | 0.74% | 0.3% | - |
| HSV(B) | 347.14º | 0.85% | 0.52% | - |
| XYZ | 10.22 | 5.59 | 2.92 | - |
| YUV | 56.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 44 | 0 | 0.85 | 0.67 | 0.48 | 347.14 | 0.74 | 0.3 |
| Hex | 84 | 14 | 2C | 0 | 55 | 43 | 30 | 15B | 4A | 1E |
| Octal | 204 | 24 | 54 | 0 | 125 | 103 | 60 | 533 | 112 | 36 |
| Binary | 10000100 | 10100 | 101100 | 0 | 1010101 | 1000011 | 110000 | 101011011 | 1001010 | 11110 |
Color Harmonies of #84142C
Complementary color
Monochromatic Colors of #84142C
Black with #84142C
Text Example
Text Example
White with #84142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84142C; }
p { color: rgb(132,20,44); }
H1.HeaderClassName
{
color: #84142C;
}
.AnyTagClassName
{
color: #84142C;
}
</style>
background-color css
<style>
a { background-color: #84142C; }
a { background-color: rgb(132,20,44); }
div.DivClassName
{
background-color: #84142C;
}
.BgClassName
{
background-color: #84142C;
}
</style>
border-color css
<style>
span { border-color: #84142C; }
span { border-color: rgb(132,20,44); }
td.TdClassName
{
border-color: #84142C;
}
.TagClassName
{
border-color: #84142C;
}
</style>