Shades of Scarlett #821828
Tints of Scarlett #821828
RGB
CMYK
RGB Variations
Color information
#821828 (or 0x821828) is known color: Scarlett. HEX triplet: 82, 18 and 28. RGB value is (130,24,40). Sum of RGB (Red+Green+Blue) = 130+24+40=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821828 is #7DE7D7. Grayscale: #393939. Windows color (decimal): -8251352 or 2627714. OLE color: 2627714.
HSL color Cylindrical-coordinate representation of color #821828: hue angle of 350.94º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821828 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 40 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.49 |
| HSL | 350.94º | 0.69% | 0.3% | - |
| HSV(B) | 350.94º | 0.82% | 0.51% | - |
| XYZ | 9.92 | 5.55 | 2.56 | - |
| YUV | 57.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 40 | 0 | 0.82 | 0.69 | 0.49 | 350.94 | 0.69 | 0.3 |
| Hex | 82 | 18 | 28 | 0 | 52 | 45 | 31 | 15F | 45 | 1E |
| Octal | 202 | 30 | 50 | 0 | 122 | 105 | 61 | 537 | 105 | 36 |
| Binary | 10000010 | 11000 | 101000 | 0 | 1010010 | 1000101 | 110001 | 101011111 | 1000101 | 11110 |
Color Harmonies of #821828
Complementary color
Monochromatic Colors of #821828
Black with #821828
Text Example
Text Example
White with #821828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821828; }
p { color: rgb(130,24,40); }
H1.HeaderClassName
{
color: #821828;
}
.AnyTagClassName
{
color: #821828;
}
</style>
background-color css
<style>
a { background-color: #821828; }
a { background-color: rgb(130,24,40); }
div.DivClassName
{
background-color: #821828;
}
.BgClassName
{
background-color: #821828;
}
</style>
border-color css
<style>
span { border-color: #821828; }
span { border-color: rgb(130,24,40); }
td.TdClassName
{
border-color: #821828;
}
.TagClassName
{
border-color: #821828;
}
</style>