Shades of Scarlett #841D31
Tints of Scarlett #841D31
RGB
CMYK
RGB Variations
Color information
#841D31 (or 0x841D31) is known color: Scarlett. HEX triplet: 84, 1D and 31. RGB value is (132,29,49). Sum of RGB (Red+Green+Blue) = 132+29+49=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #841D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D31 is #7BE2CE. Grayscale: #3E3E3E. Windows color (decimal): -8118991 or 3218820. OLE color: 3218820.
HSL color Cylindrical-coordinate representation of color #841D31: hue angle of 348.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D31 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 49 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.48 |
| HSL | 348.35º | 0.64% | 0.32% | - |
| HSV(B) | 348.35º | 0.78% | 0.52% | - |
| XYZ | 10.51 | 6.01 | 3.51 | - |
| YUV | 62.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 49 | 0 | 0.78 | 0.63 | 0.48 | 348.35 | 0.64 | 0.32 |
| Hex | 84 | 1D | 31 | 0 | 4E | 3F | 30 | 15C | 40 | 20 |
| Octal | 204 | 35 | 61 | 0 | 116 | 77 | 60 | 534 | 100 | 40 |
| Binary | 10000100 | 11101 | 110001 | 0 | 1001110 | 111111 | 110000 | 101011100 | 1000000 | 100000 |
Color Harmonies of #841D31
Complementary color
Monochromatic Colors of #841D31
Black with #841D31
Text Example
Text Example
White with #841D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D31; }
p { color: rgb(132,29,49); }
H1.HeaderClassName
{
color: #841D31;
}
.AnyTagClassName
{
color: #841D31;
}
</style>
background-color css
<style>
a { background-color: #841D31; }
a { background-color: rgb(132,29,49); }
div.DivClassName
{
background-color: #841D31;
}
.BgClassName
{
background-color: #841D31;
}
</style>
border-color css
<style>
span { border-color: #841D31; }
span { border-color: rgb(132,29,49); }
td.TdClassName
{
border-color: #841D31;
}
.TagClassName
{
border-color: #841D31;
}
</style>