Shades of Scarlett #821B2E
Tints of Scarlett #821B2E
RGB
CMYK
RGB Variations
Color information
#821B2E (or 0x821B2E) is known color: Scarlett. HEX triplet: 82, 1B and 2E. RGB value is (130,27,46). Sum of RGB (Red+Green+Blue) = 130+27+46=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B2E is #7DE4D1. Grayscale: #3B3B3B. Windows color (decimal): -8250578 or 3021698. OLE color: 3021698.
HSL color Cylindrical-coordinate representation of color #821B2E: hue angle of 348.93º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B2E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 46 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.49 |
| HSL | 348.93º | 0.66% | 0.31% | - |
| HSV(B) | 348.93º | 0.79% | 0.51% | - |
| XYZ | 10.09 | 5.73 | 3.16 | - |
| YUV | 59.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 46 | 0 | 0.79 | 0.65 | 0.49 | 348.93 | 0.66 | 0.31 |
| Hex | 82 | 1B | 2E | 0 | 4F | 41 | 31 | 15D | 42 | 1F |
| Octal | 202 | 33 | 56 | 0 | 117 | 101 | 61 | 535 | 102 | 37 |
| Binary | 10000010 | 11011 | 101110 | 0 | 1001111 | 1000001 | 110001 | 101011101 | 1000010 | 11111 |
Color Harmonies of #821B2E
Complementary color
Monochromatic Colors of #821B2E
Black with #821B2E
Text Example
Text Example
White with #821B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B2E; }
p { color: rgb(130,27,46); }
H1.HeaderClassName
{
color: #821B2E;
}
.AnyTagClassName
{
color: #821B2E;
}
</style>
background-color css
<style>
a { background-color: #821B2E; }
a { background-color: rgb(130,27,46); }
div.DivClassName
{
background-color: #821B2E;
}
.BgClassName
{
background-color: #821B2E;
}
</style>
border-color css
<style>
span { border-color: #821B2E; }
span { border-color: rgb(130,27,46); }
td.TdClassName
{
border-color: #821B2E;
}
.TagClassName
{
border-color: #821B2E;
}
</style>