Shades of Scarlett #841E32
Tints of Scarlett #841E32
RGB
CMYK
RGB Variations
Color information
#841E32 (or 0x841E32) is known color: Scarlett. HEX triplet: 84, 1E and 32. RGB value is (132,30,50). Sum of RGB (Red+Green+Blue) = 132+30+50=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #841E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E32 is #7BE1CD. Grayscale: #3E3E3E. Windows color (decimal): -8118734 or 3284612. OLE color: 3284612.
HSL color Cylindrical-coordinate representation of color #841E32: hue angle of 348.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E32 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 50 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.48 |
| HSL | 348.24º | 0.63% | 0.32% | - |
| HSV(B) | 348.24º | 0.77% | 0.52% | - |
| XYZ | 10.56 | 6.06 | 3.63 | - |
| YUV | 62.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 50 | 0 | 0.77 | 0.62 | 0.48 | 348.24 | 0.63 | 0.32 |
| Hex | 84 | 1E | 32 | 0 | 4D | 3E | 30 | 15C | 3F | 20 |
| Octal | 204 | 36 | 62 | 0 | 115 | 76 | 60 | 534 | 77 | 40 |
| Binary | 10000100 | 11110 | 110010 | 0 | 1001101 | 111110 | 110000 | 101011100 | 111111 | 100000 |
Color Harmonies of #841E32
Complementary color
Monochromatic Colors of #841E32
Black with #841E32
Text Example
Text Example
White with #841E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E32; }
p { color: rgb(132,30,50); }
H1.HeaderClassName
{
color: #841E32;
}
.AnyTagClassName
{
color: #841E32;
}
</style>
background-color css
<style>
a { background-color: #841E32; }
a { background-color: rgb(132,30,50); }
div.DivClassName
{
background-color: #841E32;
}
.BgClassName
{
background-color: #841E32;
}
</style>
border-color css
<style>
span { border-color: #841E32; }
span { border-color: rgb(132,30,50); }
td.TdClassName
{
border-color: #841E32;
}
.TagClassName
{
border-color: #841E32;
}
</style>