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