Shades of Scarlett #842032
Tints of Scarlett #842032
RGB
CMYK
RGB Variations
Color information
#842032 (or 0x842032) is known color: Scarlett. HEX triplet: 84, 20 and 32. RGB value is (132,32,50). Sum of RGB (Red+Green+Blue) = 132+32+50=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842032 is #7BDFCD. Grayscale: #3F3F3F. Windows color (decimal): -8118222 or 3285124. OLE color: 3285124.
HSL color Cylindrical-coordinate representation of color #842032: hue angle of 349.2º 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 #842032 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 50 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.48 |
| HSL | 349.2º | 0.61% | 0.32% | - |
| HSV(B) | 349.2º | 0.76% | 0.52% | - |
| XYZ | 10.61 | 6.17 | 3.65 | - |
| YUV | 63.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 50 | 0 | 0.76 | 0.62 | 0.48 | 349.2 | 0.61 | 0.32 |
| Hex | 84 | 20 | 32 | 0 | 4C | 3E | 30 | 15D | 3D | 20 |
| Octal | 204 | 40 | 62 | 0 | 114 | 76 | 60 | 535 | 75 | 40 |
| Binary | 10000100 | 100000 | 110010 | 0 | 1001100 | 111110 | 110000 | 101011101 | 111101 | 100000 |
Color Harmonies of #842032
Complementary color
Monochromatic Colors of #842032
Black with #842032
Text Example
Text Example
White with #842032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842032; }
p { color: rgb(132,32,50); }
H1.HeaderClassName
{
color: #842032;
}
.AnyTagClassName
{
color: #842032;
}
</style>
background-color css
<style>
a { background-color: #842032; }
a { background-color: rgb(132,32,50); }
div.DivClassName
{
background-color: #842032;
}
.BgClassName
{
background-color: #842032;
}
</style>
border-color css
<style>
span { border-color: #842032; }
span { border-color: rgb(132,32,50); }
td.TdClassName
{
border-color: #842032;
}
.TagClassName
{
border-color: #842032;
}
</style>