Shades of Scarlett #842030
Tints of Scarlett #842030
RGB
CMYK
RGB Variations
Color information
#842030 (or 0x842030) is known color: Scarlett. HEX triplet: 84, 20 and 30. RGB value is (132,32,48). Sum of RGB (Red+Green+Blue) = 132+32+48=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #842030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842030 is #7BDFCF. Grayscale: #3F3F3F. Windows color (decimal): -8118224 or 3154052. OLE color: 3154052.
HSL color Cylindrical-coordinate representation of color #842030: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842030 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 48 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.48 |
| HSL | 350.4º | 0.61% | 0.32% | - |
| HSV(B) | 350.4º | 0.76% | 0.52% | - |
| XYZ | 10.57 | 6.15 | 3.43 | - |
| YUV | 63.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 48 | 0 | 0.76 | 0.64 | 0.48 | 350.4 | 0.61 | 0.32 |
| Hex | 84 | 20 | 30 | 0 | 4C | 40 | 30 | 15E | 3D | 20 |
| Octal | 204 | 40 | 60 | 0 | 114 | 100 | 60 | 536 | 75 | 40 |
| Binary | 10000100 | 100000 | 110000 | 0 | 1001100 | 1000000 | 110000 | 101011110 | 111101 | 100000 |
Color Harmonies of #842030
Complementary color
Monochromatic Colors of #842030
Black with #842030
Text Example
Text Example
White with #842030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842030; }
p { color: rgb(132,32,48); }
H1.HeaderClassName
{
color: #842030;
}
.AnyTagClassName
{
color: #842030;
}
</style>
background-color css
<style>
a { background-color: #842030; }
a { background-color: rgb(132,32,48); }
div.DivClassName
{
background-color: #842030;
}
.BgClassName
{
background-color: #842030;
}
</style>
border-color css
<style>
span { border-color: #842030; }
span { border-color: rgb(132,32,48); }
td.TdClassName
{
border-color: #842030;
}
.TagClassName
{
border-color: #842030;
}
</style>