Shades of Scarlett #841A27
Tints of Scarlett #841A27
RGB
CMYK
RGB Variations
Color information
#841A27 (or 0x841A27) is known color: Scarlett. HEX triplet: 84, 1A and 27. RGB value is (132,26,39). Sum of RGB (Red+Green+Blue) = 132+26+39=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A27 is #7BE5D8. Grayscale: #3B3B3B. Windows color (decimal): -8119769 or 2562692. OLE color: 2562692.
HSL color Cylindrical-coordinate representation of color #841A27: hue angle of 352.64º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A27 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 39 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.48 |
| HSL | 352.64º | 0.67% | 0.31% | - |
| HSV(B) | 352.64º | 0.8% | 0.52% | - |
| XYZ | 10.25 | 5.79 | 2.5 | - |
| YUV | 59.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 39 | 0 | 0.80 | 0.70 | 0.48 | 352.64 | 0.67 | 0.31 |
| Hex | 84 | 1A | 27 | 0 | 50 | 46 | 30 | 161 | 43 | 1F |
| Octal | 204 | 32 | 47 | 0 | 120 | 106 | 60 | 541 | 103 | 37 |
| Binary | 10000100 | 11010 | 100111 | 0 | 1010000 | 1000110 | 110000 | 101100001 | 1000011 | 11111 |
Color Harmonies of #841A27
Complementary color
Monochromatic Colors of #841A27
Black with #841A27
Text Example
Text Example
White with #841A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A27; }
p { color: rgb(132,26,39); }
H1.HeaderClassName
{
color: #841A27;
}
.AnyTagClassName
{
color: #841A27;
}
</style>
background-color css
<style>
a { background-color: #841A27; }
a { background-color: rgb(132,26,39); }
div.DivClassName
{
background-color: #841A27;
}
.BgClassName
{
background-color: #841A27;
}
</style>
border-color css
<style>
span { border-color: #841A27; }
span { border-color: rgb(132,26,39); }
td.TdClassName
{
border-color: #841A27;
}
.TagClassName
{
border-color: #841A27;
}
</style>