Shades of Scarlett #841728
Tints of Scarlett #841728
RGB
CMYK
RGB Variations
Color information
#841728 (or 0x841728) is known color: Scarlett. HEX triplet: 84, 17 and 28. RGB value is (132,23,40). Sum of RGB (Red+Green+Blue) = 132+23+40=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #841728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841728 is #7BE8D7. Grayscale: #393939. Windows color (decimal): -8120536 or 2627460. OLE color: 2627460.
HSL color Cylindrical-coordinate representation of color #841728: hue angle of 350.64º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841728 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 40 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.48 |
| HSL | 350.64º | 0.7% | 0.3% | - |
| HSV(B) | 350.64º | 0.83% | 0.52% | - |
| XYZ | 10.21 | 5.67 | 2.56 | - |
| YUV | 57.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 40 | 0 | 0.83 | 0.70 | 0.48 | 350.64 | 0.7 | 0.3 |
| Hex | 84 | 17 | 28 | 0 | 53 | 46 | 30 | 15F | 46 | 1E |
| Octal | 204 | 27 | 50 | 0 | 123 | 106 | 60 | 537 | 106 | 36 |
| Binary | 10000100 | 10111 | 101000 | 0 | 1010011 | 1000110 | 110000 | 101011111 | 1000110 | 11110 |
Color Harmonies of #841728
Complementary color
Monochromatic Colors of #841728
Black with #841728
Text Example
Text Example
White with #841728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841728; }
p { color: rgb(132,23,40); }
H1.HeaderClassName
{
color: #841728;
}
.AnyTagClassName
{
color: #841728;
}
</style>
background-color css
<style>
a { background-color: #841728; }
a { background-color: rgb(132,23,40); }
div.DivClassName
{
background-color: #841728;
}
.BgClassName
{
background-color: #841728;
}
</style>
border-color css
<style>
span { border-color: #841728; }
span { border-color: rgb(132,23,40); }
td.TdClassName
{
border-color: #841728;
}
.TagClassName
{
border-color: #841728;
}
</style>