Shades of Scarlett #841828
Tints of Scarlett #841828
RGB
CMYK
RGB Variations
Color information
#841828 (or 0x841828) is known color: Scarlett. HEX triplet: 84, 18 and 28. RGB value is (132,24,40). Sum of RGB (Red+Green+Blue) = 132+24+40=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #841828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841828 is #7BE7D7. Grayscale: #3A3A3A. Windows color (decimal): -8120280 or 2627716. OLE color: 2627716.
HSL color Cylindrical-coordinate representation of color #841828: hue angle of 351.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841828 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 40 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.48 |
| HSL | 351.11º | 0.69% | 0.31% | - |
| HSV(B) | 351.11º | 0.82% | 0.52% | - |
| XYZ | 10.23 | 5.71 | 2.57 | - |
| YUV | 58.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 40 | 0 | 0.82 | 0.70 | 0.48 | 351.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 28 | 0 | 52 | 46 | 30 | 15F | 45 | 1F |
| Octal | 204 | 30 | 50 | 0 | 122 | 106 | 60 | 537 | 105 | 37 |
| Binary | 10000100 | 11000 | 101000 | 0 | 1010010 | 1000110 | 110000 | 101011111 | 1000101 | 11111 |
Color Harmonies of #841828
Complementary color
Monochromatic Colors of #841828
Black with #841828
Text Example
Text Example
White with #841828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841828; }
p { color: rgb(132,24,40); }
H1.HeaderClassName
{
color: #841828;
}
.AnyTagClassName
{
color: #841828;
}
</style>
background-color css
<style>
a { background-color: #841828; }
a { background-color: rgb(132,24,40); }
div.DivClassName
{
background-color: #841828;
}
.BgClassName
{
background-color: #841828;
}
</style>
border-color css
<style>
span { border-color: #841828; }
span { border-color: rgb(132,24,40); }
td.TdClassName
{
border-color: #841828;
}
.TagClassName
{
border-color: #841828;
}
</style>