Shades of Scarlett #84143B
Tints of Scarlett #84143B
RGB
CMYK
RGB Variations
Color information
#84143B (or 0x84143B) is known color: Scarlett. HEX triplet: 84, 14 and 3B. RGB value is (132,20,59). Sum of RGB (Red+Green+Blue) = 132+20+59=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84143B is #7BEBC4. Grayscale: #393939. Windows color (decimal): -8121285 or 3871876. OLE color: 3871876.
HSL color Cylindrical-coordinate representation of color #84143B: hue angle of 339.11º 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 #84143B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 59 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.48 |
| HSL | 339.11º | 0.74% | 0.3% | - |
| HSV(B) | 339.11º | 0.85% | 0.52% | - |
| XYZ | 10.56 | 5.72 | 4.69 | - |
| YUV | 57.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 59 | 0 | 0.85 | 0.55 | 0.48 | 339.11 | 0.74 | 0.3 |
| Hex | 84 | 14 | 3B | 0 | 55 | 37 | 30 | 153 | 4A | 1E |
| Octal | 204 | 24 | 73 | 0 | 125 | 67 | 60 | 523 | 112 | 36 |
| Binary | 10000100 | 10100 | 111011 | 0 | 1010101 | 110111 | 110000 | 101010011 | 1001010 | 11110 |
Color Harmonies of #84143B
Complementary color
Monochromatic Colors of #84143B
Black with #84143B
Text Example
Text Example
White with #84143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84143B; }
p { color: rgb(132,20,59); }
H1.HeaderClassName
{
color: #84143B;
}
.AnyTagClassName
{
color: #84143B;
}
</style>
background-color css
<style>
a { background-color: #84143B; }
a { background-color: rgb(132,20,59); }
div.DivClassName
{
background-color: #84143B;
}
.BgClassName
{
background-color: #84143B;
}
</style>
border-color css
<style>
span { border-color: #84143B; }
span { border-color: rgb(132,20,59); }
td.TdClassName
{
border-color: #84143B;
}
.TagClassName
{
border-color: #84143B;
}
</style>