Shades of Scarlett #84162A
Tints of Scarlett #84162A
RGB
CMYK
RGB Variations
Color information
#84162A (or 0x84162A) is known color: Scarlett. HEX triplet: 84, 16 and 2A. RGB value is (132,22,42). Sum of RGB (Red+Green+Blue) = 132+22+42=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84162A is #7BE9D5. Grayscale: #393939. Windows color (decimal): -8120790 or 2758276. OLE color: 2758276.
HSL color Cylindrical-coordinate representation of color #84162A: hue angle of 349.09º 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 #84162A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 42 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.48 |
| HSL | 349.09º | 0.71% | 0.3% | - |
| HSV(B) | 349.09º | 0.83% | 0.52% | - |
| XYZ | 10.22 | 5.65 | 2.74 | - |
| YUV | 57.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 42 | 0 | 0.83 | 0.68 | 0.48 | 349.09 | 0.71 | 0.3 |
| Hex | 84 | 16 | 2A | 0 | 53 | 44 | 30 | 15D | 47 | 1E |
| Octal | 204 | 26 | 52 | 0 | 123 | 104 | 60 | 535 | 107 | 36 |
| Binary | 10000100 | 10110 | 101010 | 0 | 1010011 | 1000100 | 110000 | 101011101 | 1000111 | 11110 |
Color Harmonies of #84162A
Complementary color
Monochromatic Colors of #84162A
Black with #84162A
Text Example
Text Example
White with #84162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84162A; }
p { color: rgb(132,22,42); }
H1.HeaderClassName
{
color: #84162A;
}
.AnyTagClassName
{
color: #84162A;
}
</style>
background-color css
<style>
a { background-color: #84162A; }
a { background-color: rgb(132,22,42); }
div.DivClassName
{
background-color: #84162A;
}
.BgClassName
{
background-color: #84162A;
}
</style>
border-color css
<style>
span { border-color: #84162A; }
span { border-color: rgb(132,22,42); }
td.TdClassName
{
border-color: #84162A;
}
.TagClassName
{
border-color: #84162A;
}
</style>