Shades of Scarlett #841E2B
Tints of Scarlett #841E2B
RGB
CMYK
RGB Variations
Color information
#841E2B (or 0x841E2B) is known color: Scarlett. HEX triplet: 84, 1E and 2B. RGB value is (132,30,43). Sum of RGB (Red+Green+Blue) = 132+30+43=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E2B is #7BE1D4. Grayscale: #3E3E3E. Windows color (decimal): -8118741 or 2825860. OLE color: 2825860.
HSL color Cylindrical-coordinate representation of color #841E2B: hue angle of 352.35º 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 #841E2B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 43 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.48 |
| HSL | 352.35º | 0.63% | 0.32% | - |
| HSV(B) | 352.35º | 0.77% | 0.52% | - |
| XYZ | 10.42 | 6.01 | 2.9 | - |
| YUV | 61.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 43 | 0 | 0.77 | 0.67 | 0.48 | 352.35 | 0.63 | 0.32 |
| Hex | 84 | 1E | 2B | 0 | 4D | 43 | 30 | 160 | 3F | 20 |
| Octal | 204 | 36 | 53 | 0 | 115 | 103 | 60 | 540 | 77 | 40 |
| Binary | 10000100 | 11110 | 101011 | 0 | 1001101 | 1000011 | 110000 | 101100000 | 111111 | 100000 |
Color Harmonies of #841E2B
Complementary color
Monochromatic Colors of #841E2B
Black with #841E2B
Text Example
Text Example
White with #841E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E2B; }
p { color: rgb(132,30,43); }
H1.HeaderClassName
{
color: #841E2B;
}
.AnyTagClassName
{
color: #841E2B;
}
</style>
background-color css
<style>
a { background-color: #841E2B; }
a { background-color: rgb(132,30,43); }
div.DivClassName
{
background-color: #841E2B;
}
.BgClassName
{
background-color: #841E2B;
}
</style>
border-color css
<style>
span { border-color: #841E2B; }
span { border-color: rgb(132,30,43); }
td.TdClassName
{
border-color: #841E2B;
}
.TagClassName
{
border-color: #841E2B;
}
</style>