Shades of Scarlett #84182F
Tints of Scarlett #84182F
RGB
CMYK
RGB Variations
Color information
#84182F (or 0x84182F) is known color: Scarlett. HEX triplet: 84, 18 and 2F. RGB value is (132,24,47). Sum of RGB (Red+Green+Blue) = 132+24+47=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #84182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84182F is #7BE7D0. Grayscale: #3A3A3A. Windows color (decimal): -8120273 or 3086468. OLE color: 3086468.
HSL color Cylindrical-coordinate representation of color #84182F: hue angle of 347.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84182F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 47 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.48 |
| HSL | 347.22º | 0.69% | 0.31% | - |
| HSV(B) | 347.22º | 0.82% | 0.52% | - |
| XYZ | 10.36 | 5.76 | 3.26 | - |
| YUV | 58.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 47 | 0 | 0.82 | 0.64 | 0.48 | 347.22 | 0.69 | 0.31 |
| Hex | 84 | 18 | 2F | 0 | 52 | 40 | 30 | 15B | 45 | 1F |
| Octal | 204 | 30 | 57 | 0 | 122 | 100 | 60 | 533 | 105 | 37 |
| Binary | 10000100 | 11000 | 101111 | 0 | 1010010 | 1000000 | 110000 | 101011011 | 1000101 | 11111 |
Color Harmonies of #84182F
Complementary color
Monochromatic Colors of #84182F
Black with #84182F
Text Example
Text Example
White with #84182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84182F; }
p { color: rgb(132,24,47); }
H1.HeaderClassName
{
color: #84182F;
}
.AnyTagClassName
{
color: #84182F;
}
</style>
background-color css
<style>
a { background-color: #84182F; }
a { background-color: rgb(132,24,47); }
div.DivClassName
{
background-color: #84182F;
}
.BgClassName
{
background-color: #84182F;
}
</style>
border-color css
<style>
span { border-color: #84182F; }
span { border-color: rgb(132,24,47); }
td.TdClassName
{
border-color: #84182F;
}
.TagClassName
{
border-color: #84182F;
}
</style>