Shades of Scarlett #821929
Tints of Scarlett #821929
RGB
CMYK
RGB Variations
Color information
#821929 (or 0x821929) is known color: Scarlett. HEX triplet: 82, 19 and 29. RGB value is (130,25,41). Sum of RGB (Red+Green+Blue) = 130+25+41=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #821929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821929 is #7DE6D6. Grayscale: #3A3A3A. Windows color (decimal): -8251095 or 2693506. OLE color: 2693506.
HSL color Cylindrical-coordinate representation of color #821929: hue angle of 350.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821929 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 41 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.49 |
| HSL | 350.86º | 0.68% | 0.3% | - |
| HSV(B) | 350.86º | 0.81% | 0.51% | - |
| XYZ | 9.95 | 5.6 | 2.65 | - |
| YUV | 58.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 41 | 0 | 0.81 | 0.68 | 0.49 | 350.86 | 0.68 | 0.3 |
| Hex | 82 | 19 | 29 | 0 | 51 | 44 | 31 | 15F | 44 | 1E |
| Octal | 202 | 31 | 51 | 0 | 121 | 104 | 61 | 537 | 104 | 36 |
| Binary | 10000010 | 11001 | 101001 | 0 | 1010001 | 1000100 | 110001 | 101011111 | 1000100 | 11110 |
Color Harmonies of #821929
Complementary color
Monochromatic Colors of #821929
Black with #821929
Text Example
Text Example
White with #821929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821929; }
p { color: rgb(130,25,41); }
H1.HeaderClassName
{
color: #821929;
}
.AnyTagClassName
{
color: #821929;
}
</style>
background-color css
<style>
a { background-color: #821929; }
a { background-color: rgb(130,25,41); }
div.DivClassName
{
background-color: #821929;
}
.BgClassName
{
background-color: #821929;
}
</style>
border-color css
<style>
span { border-color: #821929; }
span { border-color: rgb(130,25,41); }
td.TdClassName
{
border-color: #821929;
}
.TagClassName
{
border-color: #821929;
}
</style>