Shades of Scarlett #841330
Tints of Scarlett #841330
RGB
CMYK
RGB Variations
Color information
#841330 (or 0x841330) is known color: Scarlett. HEX triplet: 84, 13 and 30. RGB value is (132,19,48). Sum of RGB (Red+Green+Blue) = 132+19+48=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #841330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841330 is #7BECCF. Grayscale: #383838. Windows color (decimal): -8121552 or 3150724. OLE color: 3150724.
HSL color Cylindrical-coordinate representation of color #841330: hue angle of 344.6º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841330 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 48 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.48 |
| HSL | 344.6º | 0.75% | 0.3% | - |
| HSV(B) | 344.6º | 0.86% | 0.52% | - |
| XYZ | 10.28 | 5.58 | 3.33 | - |
| YUV | 56.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 48 | 0 | 0.86 | 0.64 | 0.48 | 344.6 | 0.75 | 0.3 |
| Hex | 84 | 13 | 30 | 0 | 56 | 40 | 30 | 159 | 4B | 1E |
| Octal | 204 | 23 | 60 | 0 | 126 | 100 | 60 | 531 | 113 | 36 |
| Binary | 10000100 | 10011 | 110000 | 0 | 1010110 | 1000000 | 110000 | 101011001 | 1001011 | 11110 |
Color Harmonies of #841330
Complementary color
Monochromatic Colors of #841330
Black with #841330
Text Example
Text Example
White with #841330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841330; }
p { color: rgb(132,19,48); }
H1.HeaderClassName
{
color: #841330;
}
.AnyTagClassName
{
color: #841330;
}
</style>
background-color css
<style>
a { background-color: #841330; }
a { background-color: rgb(132,19,48); }
div.DivClassName
{
background-color: #841330;
}
.BgClassName
{
background-color: #841330;
}
</style>
border-color css
<style>
span { border-color: #841330; }
span { border-color: rgb(132,19,48); }
td.TdClassName
{
border-color: #841330;
}
.TagClassName
{
border-color: #841330;
}
</style>