Shades of Scarlett #84143C
Tints of Scarlett #84143C
RGB
CMYK
RGB Variations
Color information
#84143C (or 0x84143C) is known color: Scarlett. HEX triplet: 84, 14 and 3C. RGB value is (132,20,60). Sum of RGB (Red+Green+Blue) = 132+20+60=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84143C is #7BEBC3. Grayscale: #3A3A3A. Windows color (decimal): -8121284 or 3937412. OLE color: 3937412.
HSL color Cylindrical-coordinate representation of color #84143C: hue angle of 338.57º 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 #84143C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 60 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.48 |
| HSL | 338.57º | 0.74% | 0.3% | - |
| HSV(B) | 338.57º | 0.85% | 0.52% | - |
| XYZ | 10.58 | 5.73 | 4.82 | - |
| YUV | 58.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 60 | 0 | 0.85 | 0.55 | 0.48 | 338.57 | 0.74 | 0.3 |
| Hex | 84 | 14 | 3C | 0 | 55 | 37 | 30 | 153 | 4A | 1E |
| Octal | 204 | 24 | 74 | 0 | 125 | 67 | 60 | 523 | 112 | 36 |
| Binary | 10000100 | 10100 | 111100 | 0 | 1010101 | 110111 | 110000 | 101010011 | 1001010 | 11110 |
Color Harmonies of #84143C
Complementary color
Monochromatic Colors of #84143C
Black with #84143C
Text Example
Text Example
White with #84143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84143C; }
p { color: rgb(132,20,60); }
H1.HeaderClassName
{
color: #84143C;
}
.AnyTagClassName
{
color: #84143C;
}
</style>
background-color css
<style>
a { background-color: #84143C; }
a { background-color: rgb(132,20,60); }
div.DivClassName
{
background-color: #84143C;
}
.BgClassName
{
background-color: #84143C;
}
</style>
border-color css
<style>
span { border-color: #84143C; }
span { border-color: rgb(132,20,60); }
td.TdClassName
{
border-color: #84143C;
}
.TagClassName
{
border-color: #84143C;
}
</style>