Shades of Scarlett #841934
Tints of Scarlett #841934
RGB
CMYK
RGB Variations
Color information
#841934 (or 0x841934) is known color: Scarlett. HEX triplet: 84, 19 and 34. RGB value is (132,25,52). Sum of RGB (Red+Green+Blue) = 132+25+52=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #841934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841934 is #7BE6CB. Grayscale: #3C3C3C. Windows color (decimal): -8120012 or 3414404. OLE color: 3414404.
HSL color Cylindrical-coordinate representation of color #841934: hue angle of 344.86º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841934 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 52 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.48 |
| HSL | 344.86º | 0.68% | 0.31% | - |
| HSV(B) | 344.86º | 0.81% | 0.52% | - |
| XYZ | 10.48 | 5.85 | 3.83 | - |
| YUV | 60.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 52 | 0 | 0.81 | 0.61 | 0.48 | 344.86 | 0.68 | 0.31 |
| Hex | 84 | 19 | 34 | 0 | 51 | 3D | 30 | 159 | 44 | 1F |
| Octal | 204 | 31 | 64 | 0 | 121 | 75 | 60 | 531 | 104 | 37 |
| Binary | 10000100 | 11001 | 110100 | 0 | 1010001 | 111101 | 110000 | 101011001 | 1000100 | 11111 |
Color Harmonies of #841934
Complementary color
Monochromatic Colors of #841934
Black with #841934
Text Example
Text Example
White with #841934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841934; }
p { color: rgb(132,25,52); }
H1.HeaderClassName
{
color: #841934;
}
.AnyTagClassName
{
color: #841934;
}
</style>
background-color css
<style>
a { background-color: #841934; }
a { background-color: rgb(132,25,52); }
div.DivClassName
{
background-color: #841934;
}
.BgClassName
{
background-color: #841934;
}
</style>
border-color css
<style>
span { border-color: #841934; }
span { border-color: rgb(132,25,52); }
td.TdClassName
{
border-color: #841934;
}
.TagClassName
{
border-color: #841934;
}
</style>