Shades of Scarlett #84162B
Tints of Scarlett #84162B
RGB
CMYK
RGB Variations
Color information
#84162B (or 0x84162B) is known color: Scarlett. HEX triplet: 84, 16 and 2B. RGB value is (132,22,43). Sum of RGB (Red+Green+Blue) = 132+22+43=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84162B is #7BE9D4. Grayscale: #393939. Windows color (decimal): -8120789 or 2823812. OLE color: 2823812.
HSL color Cylindrical-coordinate representation of color #84162B: hue angle of 348.55º degrees, saturation: 0.71, 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 #84162B is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 43 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.48 |
| HSL | 348.55º | 0.71% | 0.3% | - |
| HSV(B) | 348.55º | 0.83% | 0.52% | - |
| XYZ | 10.24 | 5.65 | 2.84 | - |
| YUV | 57.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 43 | 0 | 0.83 | 0.67 | 0.48 | 348.55 | 0.71 | 0.3 |
| Hex | 84 | 16 | 2B | 0 | 53 | 43 | 30 | 15D | 47 | 1E |
| Octal | 204 | 26 | 53 | 0 | 123 | 103 | 60 | 535 | 107 | 36 |
| Binary | 10000100 | 10110 | 101011 | 0 | 1010011 | 1000011 | 110000 | 101011101 | 1000111 | 11110 |
Color Harmonies of #84162B
Complementary color
Monochromatic Colors of #84162B
Black with #84162B
Text Example
Text Example
White with #84162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84162B; }
p { color: rgb(132,22,43); }
H1.HeaderClassName
{
color: #84162B;
}
.AnyTagClassName
{
color: #84162B;
}
</style>
background-color css
<style>
a { background-color: #84162B; }
a { background-color: rgb(132,22,43); }
div.DivClassName
{
background-color: #84162B;
}
.BgClassName
{
background-color: #84162B;
}
</style>
border-color css
<style>
span { border-color: #84162B; }
span { border-color: rgb(132,22,43); }
td.TdClassName
{
border-color: #84162B;
}
.TagClassName
{
border-color: #84162B;
}
</style>