Shades of Scarlett #841424
Tints of Scarlett #841424
RGB
CMYK
RGB Variations
Color information
#841424 (or 0x841424) is known color: Scarlett. HEX triplet: 84, 14 and 24. RGB value is (132,20,36). Sum of RGB (Red+Green+Blue) = 132+20+36=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841424 is #7BEBDB. Grayscale: #373737. Windows color (decimal): -8121308 or 2364548. OLE color: 2364548.
HSL color Cylindrical-coordinate representation of color #841424: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841424 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 36 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.48 |
| HSL | 351.43º | 0.74% | 0.3% | - |
| HSV(B) | 351.43º | 0.85% | 0.52% | - |
| XYZ | 10.08 | 5.53 | 2.21 | - |
| YUV | 55.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 36 | 0 | 0.85 | 0.73 | 0.48 | 351.43 | 0.74 | 0.3 |
| Hex | 84 | 14 | 24 | 0 | 55 | 49 | 30 | 15F | 4A | 1E |
| Octal | 204 | 24 | 44 | 0 | 125 | 111 | 60 | 537 | 112 | 36 |
| Binary | 10000100 | 10100 | 100100 | 0 | 1010101 | 1001001 | 110000 | 101011111 | 1001010 | 11110 |
Color Harmonies of #841424
Complementary color
Monochromatic Colors of #841424
Black with #841424
Text Example
Text Example
White with #841424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841424; }
p { color: rgb(132,20,36); }
H1.HeaderClassName
{
color: #841424;
}
.AnyTagClassName
{
color: #841424;
}
</style>
background-color css
<style>
a { background-color: #841424; }
a { background-color: rgb(132,20,36); }
div.DivClassName
{
background-color: #841424;
}
.BgClassName
{
background-color: #841424;
}
</style>
border-color css
<style>
span { border-color: #841424; }
span { border-color: rgb(132,20,36); }
td.TdClassName
{
border-color: #841424;
}
.TagClassName
{
border-color: #841424;
}
</style>