Shades of Scarlett #84142A
Tints of Scarlett #84142A
RGB
CMYK
RGB Variations
Color information
#84142A (or 0x84142A) is known color: Scarlett. HEX triplet: 84, 14 and 2A. RGB value is (132,20,42). Sum of RGB (Red+Green+Blue) = 132+20+42=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84142A is #7BEBD5. Grayscale: #383838. Windows color (decimal): -8121302 or 2757764. OLE color: 2757764.
HSL color Cylindrical-coordinate representation of color #84142A: hue angle of 348.21º 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 #84142A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 42 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.48 |
| HSL | 348.21º | 0.74% | 0.3% | - |
| HSV(B) | 348.21º | 0.85% | 0.52% | - |
| XYZ | 10.18 | 5.57 | 2.73 | - |
| YUV | 56 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 42 | 0 | 0.85 | 0.68 | 0.48 | 348.21 | 0.74 | 0.3 |
| Hex | 84 | 14 | 2A | 0 | 55 | 44 | 30 | 15C | 4A | 1E |
| Octal | 204 | 24 | 52 | 0 | 125 | 104 | 60 | 534 | 112 | 36 |
| Binary | 10000100 | 10100 | 101010 | 0 | 1010101 | 1000100 | 110000 | 101011100 | 1001010 | 11110 |
Color Harmonies of #84142A
Complementary color
Monochromatic Colors of #84142A
Black with #84142A
Text Example
Text Example
White with #84142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84142A; }
p { color: rgb(132,20,42); }
H1.HeaderClassName
{
color: #84142A;
}
.AnyTagClassName
{
color: #84142A;
}
</style>
background-color css
<style>
a { background-color: #84142A; }
a { background-color: rgb(132,20,42); }
div.DivClassName
{
background-color: #84142A;
}
.BgClassName
{
background-color: #84142A;
}
</style>
border-color css
<style>
span { border-color: #84142A; }
span { border-color: rgb(132,20,42); }
td.TdClassName
{
border-color: #84142A;
}
.TagClassName
{
border-color: #84142A;
}
</style>