Shades of Scarlett #84202C
Tints of Scarlett #84202C
RGB
CMYK
RGB Variations
Color information
#84202C (or 0x84202C) is known color: Scarlett. HEX triplet: 84, 20 and 2C. RGB value is (132,32,44). Sum of RGB (Red+Green+Blue) = 132+32+44=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202C is #7BDFD3. Grayscale: #3F3F3F. Windows color (decimal): -8118228 or 2891908. OLE color: 2891908.
HSL color Cylindrical-coordinate representation of color #84202C: hue angle of 352.8º 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 #84202C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 44 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.48 |
| HSL | 352.8º | 0.61% | 0.32% | - |
| HSV(B) | 352.8º | 0.76% | 0.52% | - |
| XYZ | 10.49 | 6.12 | 3.01 | - |
| YUV | 63.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 44 | 0 | 0.76 | 0.67 | 0.48 | 352.8 | 0.61 | 0.32 |
| Hex | 84 | 20 | 2C | 0 | 4C | 43 | 30 | 161 | 3D | 20 |
| Octal | 204 | 40 | 54 | 0 | 114 | 103 | 60 | 541 | 75 | 40 |
| Binary | 10000100 | 100000 | 101100 | 0 | 1001100 | 1000011 | 110000 | 101100001 | 111101 | 100000 |
Color Harmonies of #84202C
Complementary color
Monochromatic Colors of #84202C
Black with #84202C
Text Example
Text Example
White with #84202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84202C; }
p { color: rgb(132,32,44); }
H1.HeaderClassName
{
color: #84202C;
}
.AnyTagClassName
{
color: #84202C;
}
</style>
background-color css
<style>
a { background-color: #84202C; }
a { background-color: rgb(132,32,44); }
div.DivClassName
{
background-color: #84202C;
}
.BgClassName
{
background-color: #84202C;
}
</style>
border-color css
<style>
span { border-color: #84202C; }
span { border-color: rgb(132,32,44); }
td.TdClassName
{
border-color: #84202C;
}
.TagClassName
{
border-color: #84202C;
}
</style>