Shades of Scarlett #841431
Tints of Scarlett #841431
RGB
CMYK
RGB Variations
Color information
#841431 (or 0x841431) is known color: Scarlett. HEX triplet: 84, 14 and 31. RGB value is (132,20,49). Sum of RGB (Red+Green+Blue) = 132+20+49=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841431 is #7BEBCE. Grayscale: #383838. Windows color (decimal): -8121295 or 3216516. OLE color: 3216516.
HSL color Cylindrical-coordinate representation of color #841431: hue angle of 344.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841431 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 49 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.48 |
| HSL | 344.46º | 0.74% | 0.3% | - |
| HSV(B) | 344.46º | 0.85% | 0.52% | - |
| XYZ | 10.32 | 5.63 | 3.45 | - |
| YUV | 56.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 49 | 0 | 0.85 | 0.63 | 0.48 | 344.46 | 0.74 | 0.3 |
| Hex | 84 | 14 | 31 | 0 | 55 | 3F | 30 | 158 | 4A | 1E |
| Octal | 204 | 24 | 61 | 0 | 125 | 77 | 60 | 530 | 112 | 36 |
| Binary | 10000100 | 10100 | 110001 | 0 | 1010101 | 111111 | 110000 | 101011000 | 1001010 | 11110 |
Color Harmonies of #841431
Complementary color
Monochromatic Colors of #841431
Black with #841431
Text Example
Text Example
White with #841431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841431; }
p { color: rgb(132,20,49); }
H1.HeaderClassName
{
color: #841431;
}
.AnyTagClassName
{
color: #841431;
}
</style>
background-color css
<style>
a { background-color: #841431; }
a { background-color: rgb(132,20,49); }
div.DivClassName
{
background-color: #841431;
}
.BgClassName
{
background-color: #841431;
}
</style>
border-color css
<style>
span { border-color: #841431; }
span { border-color: rgb(132,20,49); }
td.TdClassName
{
border-color: #841431;
}
.TagClassName
{
border-color: #841431;
}
</style>