Shades of Scarlett #84122F
Tints of Scarlett #84122F
RGB
CMYK
RGB Variations
Color information
#84122F (or 0x84122F) is known color: Scarlett. HEX triplet: 84, 12 and 2F. RGB value is (132,18,47). Sum of RGB (Red+Green+Blue) = 132+18+47=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84122F is #7BEDD0. Grayscale: #373737. Windows color (decimal): -8121809 or 3084932. OLE color: 3084932.
HSL color Cylindrical-coordinate representation of color #84122F: hue angle of 344.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84122F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 47 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.48 |
| HSL | 344.74º | 0.76% | 0.29% | - |
| HSV(B) | 344.74º | 0.86% | 0.52% | - |
| XYZ | 10.25 | 5.54 | 3.22 | - |
| YUV | 55.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 47 | 0 | 0.86 | 0.64 | 0.48 | 344.74 | 0.76 | 0.29 |
| Hex | 84 | 12 | 2F | 0 | 56 | 40 | 30 | 159 | 4C | 1D |
| Octal | 204 | 22 | 57 | 0 | 126 | 100 | 60 | 531 | 114 | 35 |
| Binary | 10000100 | 10010 | 101111 | 0 | 1010110 | 1000000 | 110000 | 101011001 | 1001100 | 11101 |
Color Harmonies of #84122F
Complementary color
Monochromatic Colors of #84122F
Black with #84122F
Text Example
Text Example
White with #84122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84122F; }
p { color: rgb(132,18,47); }
H1.HeaderClassName
{
color: #84122F;
}
.AnyTagClassName
{
color: #84122F;
}
</style>
background-color css
<style>
a { background-color: #84122F; }
a { background-color: rgb(132,18,47); }
div.DivClassName
{
background-color: #84122F;
}
.BgClassName
{
background-color: #84122F;
}
</style>
border-color css
<style>
span { border-color: #84122F; }
span { border-color: rgb(132,18,47); }
td.TdClassName
{
border-color: #84122F;
}
.TagClassName
{
border-color: #84122F;
}
</style>