Shades of Scarlett #84202D
Tints of Scarlett #84202D
RGB
CMYK
RGB Variations
Color information
#84202D (or 0x84202D) is known color: Scarlett. HEX triplet: 84, 20 and 2D. RGB value is (132,32,45). Sum of RGB (Red+Green+Blue) = 132+32+45=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202D is #7BDFD2. Grayscale: #3F3F3F. Windows color (decimal): -8118227 or 2957444. OLE color: 2957444.
HSL color Cylindrical-coordinate representation of color #84202D: hue angle of 352.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84202D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 45 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.48 |
| HSL | 352.2º | 0.61% | 0.32% | - |
| HSV(B) | 352.2º | 0.76% | 0.52% | - |
| XYZ | 10.51 | 6.13 | 3.11 | - |
| YUV | 63.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 45 | 0 | 0.76 | 0.66 | 0.48 | 352.2 | 0.61 | 0.32 |
| Hex | 84 | 20 | 2D | 0 | 4C | 42 | 30 | 160 | 3D | 20 |
| Octal | 204 | 40 | 55 | 0 | 114 | 102 | 60 | 540 | 75 | 40 |
| Binary | 10000100 | 100000 | 101101 | 0 | 1001100 | 1000010 | 110000 | 101100000 | 111101 | 100000 |
Color Harmonies of #84202D
Complementary color
Monochromatic Colors of #84202D
Black with #84202D
Text Example
Text Example
White with #84202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84202D; }
p { color: rgb(132,32,45); }
H1.HeaderClassName
{
color: #84202D;
}
.AnyTagClassName
{
color: #84202D;
}
</style>
background-color css
<style>
a { background-color: #84202D; }
a { background-color: rgb(132,32,45); }
div.DivClassName
{
background-color: #84202D;
}
.BgClassName
{
background-color: #84202D;
}
</style>
border-color css
<style>
span { border-color: #84202D; }
span { border-color: rgb(132,32,45); }
td.TdClassName
{
border-color: #84202D;
}
.TagClassName
{
border-color: #84202D;
}
</style>