Shades of Scarlett #821524
Tints of Scarlett #821524
RGB
CMYK
RGB Variations
Color information
#821524 (or 0x821524) is known color: Scarlett. HEX triplet: 82, 15 and 24. RGB value is (130,21,36). Sum of RGB (Red+Green+Blue) = 130+21+36=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821524 is #7DEADB. Grayscale: #373737. Windows color (decimal): -8252124 or 2364802. OLE color: 2364802.
HSL color Cylindrical-coordinate representation of color #821524: hue angle of 351.74º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821524 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 36 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.49 |
| HSL | 351.74º | 0.72% | 0.3% | - |
| HSV(B) | 351.74º | 0.84% | 0.51% | - |
| XYZ | 9.79 | 5.41 | 2.2 | - |
| YUV | 55.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 36 | 0 | 0.84 | 0.72 | 0.49 | 351.74 | 0.72 | 0.3 |
| Hex | 82 | 15 | 24 | 0 | 54 | 48 | 31 | 160 | 48 | 1E |
| Octal | 202 | 25 | 44 | 0 | 124 | 110 | 61 | 540 | 110 | 36 |
| Binary | 10000010 | 10101 | 100100 | 0 | 1010100 | 1001000 | 110001 | 101100000 | 1001000 | 11110 |
Color Harmonies of #821524
Complementary color
Monochromatic Colors of #821524
Black with #821524
Text Example
Text Example
White with #821524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821524; }
p { color: rgb(130,21,36); }
H1.HeaderClassName
{
color: #821524;
}
.AnyTagClassName
{
color: #821524;
}
</style>
background-color css
<style>
a { background-color: #821524; }
a { background-color: rgb(130,21,36); }
div.DivClassName
{
background-color: #821524;
}
.BgClassName
{
background-color: #821524;
}
</style>
border-color css
<style>
span { border-color: #821524; }
span { border-color: rgb(130,21,36); }
td.TdClassName
{
border-color: #821524;
}
.TagClassName
{
border-color: #821524;
}
</style>