Shades of Scarlett #84192A
Tints of Scarlett #84192A
RGB
CMYK
RGB Variations
Color information
#84192A (or 0x84192A) is known color: Scarlett. HEX triplet: 84, 19 and 2A. RGB value is (132,25,42). Sum of RGB (Red+Green+Blue) = 132+25+42=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84192A is #7BE6D5. Grayscale: #3A3A3A. Windows color (decimal): -8120022 or 2759044. OLE color: 2759044.
HSL color Cylindrical-coordinate representation of color #84192A: hue angle of 350.47º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84192A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 42 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.48 |
| HSL | 350.47º | 0.68% | 0.31% | - |
| HSV(B) | 350.47º | 0.81% | 0.52% | - |
| XYZ | 10.28 | 5.77 | 2.76 | - |
| YUV | 58.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 42 | 0 | 0.81 | 0.68 | 0.48 | 350.47 | 0.68 | 0.31 |
| Hex | 84 | 19 | 2A | 0 | 51 | 44 | 30 | 15E | 44 | 1F |
| Octal | 204 | 31 | 52 | 0 | 121 | 104 | 60 | 536 | 104 | 37 |
| Binary | 10000100 | 11001 | 101010 | 0 | 1010001 | 1000100 | 110000 | 101011110 | 1000100 | 11111 |
Color Harmonies of #84192A
Complementary color
Monochromatic Colors of #84192A
Black with #84192A
Text Example
Text Example
White with #84192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84192A; }
p { color: rgb(132,25,42); }
H1.HeaderClassName
{
color: #84192A;
}
.AnyTagClassName
{
color: #84192A;
}
</style>
background-color css
<style>
a { background-color: #84192A; }
a { background-color: rgb(132,25,42); }
div.DivClassName
{
background-color: #84192A;
}
.BgClassName
{
background-color: #84192A;
}
</style>
border-color css
<style>
span { border-color: #84192A; }
span { border-color: rgb(132,25,42); }
td.TdClassName
{
border-color: #84192A;
}
.TagClassName
{
border-color: #84192A;
}
</style>