Shades of Scarlett #841D2A
Tints of Scarlett #841D2A
RGB
CMYK
RGB Variations
Color information
#841D2A (or 0x841D2A) is known color: Scarlett. HEX triplet: 84, 1D and 2A. RGB value is (132,29,42). Sum of RGB (Red+Green+Blue) = 132+29+42=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #841D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D2A is #7BE2D5. Grayscale: #3D3D3D. Windows color (decimal): -8118998 or 2760068. OLE color: 2760068.
HSL color Cylindrical-coordinate representation of color #841D2A: hue angle of 352.43º 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 #841D2A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 42 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.48 |
| HSL | 352.43º | 0.64% | 0.32% | - |
| HSV(B) | 352.43º | 0.78% | 0.52% | - |
| XYZ | 10.37 | 5.95 | 2.79 | - |
| YUV | 61.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 42 | 0 | 0.78 | 0.68 | 0.48 | 352.43 | 0.64 | 0.32 |
| Hex | 84 | 1D | 2A | 0 | 4E | 44 | 30 | 160 | 40 | 20 |
| Octal | 204 | 35 | 52 | 0 | 116 | 104 | 60 | 540 | 100 | 40 |
| Binary | 10000100 | 11101 | 101010 | 0 | 1001110 | 1000100 | 110000 | 101100000 | 1000000 | 100000 |
Color Harmonies of #841D2A
Complementary color
Monochromatic Colors of #841D2A
Black with #841D2A
Text Example
Text Example
White with #841D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D2A; }
p { color: rgb(132,29,42); }
H1.HeaderClassName
{
color: #841D2A;
}
.AnyTagClassName
{
color: #841D2A;
}
</style>
background-color css
<style>
a { background-color: #841D2A; }
a { background-color: rgb(132,29,42); }
div.DivClassName
{
background-color: #841D2A;
}
.BgClassName
{
background-color: #841D2A;
}
</style>
border-color css
<style>
span { border-color: #841D2A; }
span { border-color: rgb(132,29,42); }
td.TdClassName
{
border-color: #841D2A;
}
.TagClassName
{
border-color: #841D2A;
}
</style>