Shades of Scarlett #84153B
Tints of Scarlett #84153B
RGB
CMYK
RGB Variations
Color information
#84153B (or 0x84153B) is known color: Scarlett. HEX triplet: 84, 15 and 3B. RGB value is (132,21,59). Sum of RGB (Red+Green+Blue) = 132+21+59=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153B is #7BEAC4. Grayscale: #3A3A3A. Windows color (decimal): -8121029 or 3872132. OLE color: 3872132.
HSL color Cylindrical-coordinate representation of color #84153B: hue angle of 339.46º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84153B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 59 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.48 |
| HSL | 339.46º | 0.73% | 0.3% | - |
| HSV(B) | 339.46º | 0.84% | 0.52% | - |
| XYZ | 10.57 | 5.76 | 4.69 | - |
| YUV | 58.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 59 | 0 | 0.84 | 0.55 | 0.48 | 339.46 | 0.73 | 0.3 |
| Hex | 84 | 15 | 3B | 0 | 54 | 37 | 30 | 153 | 49 | 1E |
| Octal | 204 | 25 | 73 | 0 | 124 | 67 | 60 | 523 | 111 | 36 |
| Binary | 10000100 | 10101 | 111011 | 0 | 1010100 | 110111 | 110000 | 101010011 | 1001001 | 11110 |
Color Harmonies of #84153B
Complementary color
Monochromatic Colors of #84153B
Black with #84153B
Text Example
Text Example
White with #84153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84153B; }
p { color: rgb(132,21,59); }
H1.HeaderClassName
{
color: #84153B;
}
.AnyTagClassName
{
color: #84153B;
}
</style>
background-color css
<style>
a { background-color: #84153B; }
a { background-color: rgb(132,21,59); }
div.DivClassName
{
background-color: #84153B;
}
.BgClassName
{
background-color: #84153B;
}
</style>
border-color css
<style>
span { border-color: #84153B; }
span { border-color: rgb(132,21,59); }
td.TdClassName
{
border-color: #84153B;
}
.TagClassName
{
border-color: #84153B;
}
</style>