Shades of Scarlett #841B2C
Tints of Scarlett #841B2C
RGB
CMYK
RGB Variations
Color information
#841B2C (or 0x841B2C) is known color: Scarlett. HEX triplet: 84, 1B and 2C. RGB value is (132,27,44). Sum of RGB (Red+Green+Blue) = 132+27+44=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #841B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B2C is #7BE4D3. Grayscale: #3C3C3C. Windows color (decimal): -8119508 or 2890628. OLE color: 2890628.
HSL color Cylindrical-coordinate representation of color #841B2C: hue angle of 350.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B2C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 44 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.48 |
| HSL | 350.29º | 0.66% | 0.31% | - |
| HSV(B) | 350.29º | 0.8% | 0.52% | - |
| XYZ | 10.36 | 5.87 | 2.97 | - |
| YUV | 60.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 44 | 0 | 0.80 | 0.67 | 0.48 | 350.29 | 0.66 | 0.31 |
| Hex | 84 | 1B | 2C | 0 | 50 | 43 | 30 | 15E | 42 | 1F |
| Octal | 204 | 33 | 54 | 0 | 120 | 103 | 60 | 536 | 102 | 37 |
| Binary | 10000100 | 11011 | 101100 | 0 | 1010000 | 1000011 | 110000 | 101011110 | 1000010 | 11111 |
Color Harmonies of #841B2C
Complementary color
Monochromatic Colors of #841B2C
Black with #841B2C
Text Example
Text Example
White with #841B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B2C; }
p { color: rgb(132,27,44); }
H1.HeaderClassName
{
color: #841B2C;
}
.AnyTagClassName
{
color: #841B2C;
}
</style>
background-color css
<style>
a { background-color: #841B2C; }
a { background-color: rgb(132,27,44); }
div.DivClassName
{
background-color: #841B2C;
}
.BgClassName
{
background-color: #841B2C;
}
</style>
border-color css
<style>
span { border-color: #841B2C; }
span { border-color: rgb(132,27,44); }
td.TdClassName
{
border-color: #841B2C;
}
.TagClassName
{
border-color: #841B2C;
}
</style>