Shades of Scarlett #841C31
Tints of Scarlett #841C31
RGB
CMYK
RGB Variations
Color information
#841C31 (or 0x841C31) is known color: Scarlett. HEX triplet: 84, 1C and 31. RGB value is (132,28,49). Sum of RGB (Red+Green+Blue) = 132+28+49=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #841C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C31 is #7BE3CE. Grayscale: #3D3D3D. Windows color (decimal): -8119247 or 3218564. OLE color: 3218564.
HSL color Cylindrical-coordinate representation of color #841C31: hue angle of 347.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C31 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 49 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.48 |
| HSL | 347.88º | 0.65% | 0.31% | - |
| HSV(B) | 347.88º | 0.79% | 0.52% | - |
| XYZ | 10.49 | 5.96 | 3.5 | - |
| YUV | 61.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 49 | 0 | 0.79 | 0.63 | 0.48 | 347.88 | 0.65 | 0.31 |
| Hex | 84 | 1C | 31 | 0 | 4F | 3F | 30 | 15C | 41 | 1F |
| Octal | 204 | 34 | 61 | 0 | 117 | 77 | 60 | 534 | 101 | 37 |
| Binary | 10000100 | 11100 | 110001 | 0 | 1001111 | 111111 | 110000 | 101011100 | 1000001 | 11111 |
Color Harmonies of #841C31
Complementary color
Monochromatic Colors of #841C31
Black with #841C31
Text Example
Text Example
White with #841C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C31; }
p { color: rgb(132,28,49); }
H1.HeaderClassName
{
color: #841C31;
}
.AnyTagClassName
{
color: #841C31;
}
</style>
background-color css
<style>
a { background-color: #841C31; }
a { background-color: rgb(132,28,49); }
div.DivClassName
{
background-color: #841C31;
}
.BgClassName
{
background-color: #841C31;
}
</style>
border-color css
<style>
span { border-color: #841C31; }
span { border-color: rgb(132,28,49); }
td.TdClassName
{
border-color: #841C31;
}
.TagClassName
{
border-color: #841C31;
}
</style>