Shades of Scarlett #821C2F
Tints of Scarlett #821C2F
RGB
CMYK
RGB Variations
Color information
#821C2F (or 0x821C2F) is known color: Scarlett. HEX triplet: 82, 1C and 2F. RGB value is (130,28,47). Sum of RGB (Red+Green+Blue) = 130+28+47=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #821C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C2F is #7DE3D0. Grayscale: #3C3C3C. Windows color (decimal): -8250321 or 3087490. OLE color: 3087490.
HSL color Cylindrical-coordinate representation of color #821C2F: hue angle of 348.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C2F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 47 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.49 |
| HSL | 348.82º | 0.65% | 0.31% | - |
| HSV(B) | 348.82º | 0.78% | 0.51% | - |
| XYZ | 10.13 | 5.78 | 3.27 | - |
| YUV | 60.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 47 | 0 | 0.78 | 0.64 | 0.49 | 348.82 | 0.65 | 0.31 |
| Hex | 82 | 1C | 2F | 0 | 4E | 40 | 31 | 15D | 41 | 1F |
| Octal | 202 | 34 | 57 | 0 | 116 | 100 | 61 | 535 | 101 | 37 |
| Binary | 10000010 | 11100 | 101111 | 0 | 1001110 | 1000000 | 110001 | 101011101 | 1000001 | 11111 |
Color Harmonies of #821C2F
Complementary color
Monochromatic Colors of #821C2F
Black with #821C2F
Text Example
Text Example
White with #821C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C2F; }
p { color: rgb(130,28,47); }
H1.HeaderClassName
{
color: #821C2F;
}
.AnyTagClassName
{
color: #821C2F;
}
</style>
background-color css
<style>
a { background-color: #821C2F; }
a { background-color: rgb(130,28,47); }
div.DivClassName
{
background-color: #821C2F;
}
.BgClassName
{
background-color: #821C2F;
}
</style>
border-color css
<style>
span { border-color: #821C2F; }
span { border-color: rgb(130,28,47); }
td.TdClassName
{
border-color: #821C2F;
}
.TagClassName
{
border-color: #821C2F;
}
</style>