Shades of Scarlett #841D2C
Tints of Scarlett #841D2C
RGB
CMYK
RGB Variations
Color information
#841D2C (or 0x841D2C) is known color: Scarlett. HEX triplet: 84, 1D and 2C. RGB value is (132,29,44). Sum of RGB (Red+Green+Blue) = 132+29+44=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D2C is #7BE2D3. Grayscale: #3D3D3D. Windows color (decimal): -8118996 or 2891140. OLE color: 2891140.
HSL color Cylindrical-coordinate representation of color #841D2C: hue angle of 351.26º 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 #841D2C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 44 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.48 |
| HSL | 351.26º | 0.64% | 0.32% | - |
| HSV(B) | 351.26º | 0.78% | 0.52% | - |
| XYZ | 10.41 | 5.97 | 2.99 | - |
| YUV | 61.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 44 | 0 | 0.78 | 0.67 | 0.48 | 351.26 | 0.64 | 0.32 |
| Hex | 84 | 1D | 2C | 0 | 4E | 43 | 30 | 15F | 40 | 20 |
| Octal | 204 | 35 | 54 | 0 | 116 | 103 | 60 | 537 | 100 | 40 |
| Binary | 10000100 | 11101 | 101100 | 0 | 1001110 | 1000011 | 110000 | 101011111 | 1000000 | 100000 |
Color Harmonies of #841D2C
Complementary color
Monochromatic Colors of #841D2C
Black with #841D2C
Text Example
Text Example
White with #841D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D2C; }
p { color: rgb(132,29,44); }
H1.HeaderClassName
{
color: #841D2C;
}
.AnyTagClassName
{
color: #841D2C;
}
</style>
background-color css
<style>
a { background-color: #841D2C; }
a { background-color: rgb(132,29,44); }
div.DivClassName
{
background-color: #841D2C;
}
.BgClassName
{
background-color: #841D2C;
}
</style>
border-color css
<style>
span { border-color: #841D2C; }
span { border-color: rgb(132,29,44); }
td.TdClassName
{
border-color: #841D2C;
}
.TagClassName
{
border-color: #841D2C;
}
</style>