Shades of Scarlett #841923
Tints of Scarlett #841923
RGB
CMYK
RGB Variations
Color information
#841923 (or 0x841923) is known color: Scarlett. HEX triplet: 84, 19 and 23. RGB value is (132,25,35). Sum of RGB (Red+Green+Blue) = 132+25+35=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #841923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841923 is #7BE6DC. Grayscale: #3A3A3A. Windows color (decimal): -8120029 or 2300292. OLE color: 2300292.
HSL color Cylindrical-coordinate representation of color #841923: hue angle of 354.39º 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 #841923 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 35 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.48 |
| HSL | 354.39º | 0.68% | 0.31% | - |
| HSV(B) | 354.39º | 0.81% | 0.52% | - |
| XYZ | 10.17 | 5.72 | 2.16 | - |
| YUV | 58.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 35 | 0 | 0.81 | 0.73 | 0.48 | 354.39 | 0.68 | 0.31 |
| Hex | 84 | 19 | 23 | 0 | 51 | 49 | 30 | 162 | 44 | 1F |
| Octal | 204 | 31 | 43 | 0 | 121 | 111 | 60 | 542 | 104 | 37 |
| Binary | 10000100 | 11001 | 100011 | 0 | 1010001 | 1001001 | 110000 | 101100010 | 1000100 | 11111 |
Color Harmonies of #841923
Complementary color
Monochromatic Colors of #841923
Black with #841923
Text Example
Text Example
White with #841923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841923; }
p { color: rgb(132,25,35); }
H1.HeaderClassName
{
color: #841923;
}
.AnyTagClassName
{
color: #841923;
}
</style>
background-color css
<style>
a { background-color: #841923; }
a { background-color: rgb(132,25,35); }
div.DivClassName
{
background-color: #841923;
}
.BgClassName
{
background-color: #841923;
}
</style>
border-color css
<style>
span { border-color: #841923; }
span { border-color: rgb(132,25,35); }
td.TdClassName
{
border-color: #841923;
}
.TagClassName
{
border-color: #841923;
}
</style>