Shades of Scarlett #841523
Tints of Scarlett #841523
RGB
CMYK
RGB Variations
Color information
#841523 (or 0x841523) is known color: Scarlett. HEX triplet: 84, 15 and 23. RGB value is (132,21,35). Sum of RGB (Red+Green+Blue) = 132+21+35=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841523 is #7BEADC. Grayscale: #373737. Windows color (decimal): -8121053 or 2299268. OLE color: 2299268.
HSL color Cylindrical-coordinate representation of color #841523: hue angle of 352.43º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841523 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 35 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.48 |
| HSL | 352.43º | 0.73% | 0.3% | - |
| HSV(B) | 352.43º | 0.84% | 0.52% | - |
| XYZ | 10.09 | 5.56 | 2.13 | - |
| YUV | 55.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 35 | 0 | 0.84 | 0.73 | 0.48 | 352.43 | 0.73 | 0.3 |
| Hex | 84 | 15 | 23 | 0 | 54 | 49 | 30 | 160 | 49 | 1E |
| Octal | 204 | 25 | 43 | 0 | 124 | 111 | 60 | 540 | 111 | 36 |
| Binary | 10000100 | 10101 | 100011 | 0 | 1010100 | 1001001 | 110000 | 101100000 | 1001001 | 11110 |
Color Harmonies of #841523
Complementary color
Monochromatic Colors of #841523
Black with #841523
Text Example
Text Example
White with #841523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841523; }
p { color: rgb(132,21,35); }
H1.HeaderClassName
{
color: #841523;
}
.AnyTagClassName
{
color: #841523;
}
</style>
background-color css
<style>
a { background-color: #841523; }
a { background-color: rgb(132,21,35); }
div.DivClassName
{
background-color: #841523;
}
.BgClassName
{
background-color: #841523;
}
</style>
border-color css
<style>
span { border-color: #841523; }
span { border-color: rgb(132,21,35); }
td.TdClassName
{
border-color: #841523;
}
.TagClassName
{
border-color: #841523;
}
</style>