Shades of Scarlett #84172F
Tints of Scarlett #84172F
RGB
CMYK
RGB Variations
Color information
#84172F (or 0x84172F) is known color: Scarlett. HEX triplet: 84, 17 and 2F. RGB value is (132,23,47). Sum of RGB (Red+Green+Blue) = 132+23+47=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #84172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84172F is #7BE8D0. Grayscale: #3A3A3A. Windows color (decimal): -8120529 or 3086212. OLE color: 3086212.
HSL color Cylindrical-coordinate representation of color #84172F: hue angle of 346.79º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84172F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 47 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.48 |
| HSL | 346.79º | 0.7% | 0.3% | - |
| HSV(B) | 346.79º | 0.83% | 0.52% | - |
| XYZ | 10.34 | 5.72 | 3.25 | - |
| YUV | 58.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 47 | 0 | 0.83 | 0.64 | 0.48 | 346.79 | 0.7 | 0.3 |
| Hex | 84 | 17 | 2F | 0 | 53 | 40 | 30 | 15B | 46 | 1E |
| Octal | 204 | 27 | 57 | 0 | 123 | 100 | 60 | 533 | 106 | 36 |
| Binary | 10000100 | 10111 | 101111 | 0 | 1010011 | 1000000 | 110000 | 101011011 | 1000110 | 11110 |
Color Harmonies of #84172F
Complementary color
Monochromatic Colors of #84172F
Black with #84172F
Text Example
Text Example
White with #84172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84172F; }
p { color: rgb(132,23,47); }
H1.HeaderClassName
{
color: #84172F;
}
.AnyTagClassName
{
color: #84172F;
}
</style>
background-color css
<style>
a { background-color: #84172F; }
a { background-color: rgb(132,23,47); }
div.DivClassName
{
background-color: #84172F;
}
.BgClassName
{
background-color: #84172F;
}
</style>
border-color css
<style>
span { border-color: #84172F; }
span { border-color: rgb(132,23,47); }
td.TdClassName
{
border-color: #84172F;
}
.TagClassName
{
border-color: #84172F;
}
</style>