Shades of Scarlett #821B2A
Tints of Scarlett #821B2A
RGB
CMYK
RGB Variations
Color information
#821B2A (or 0x821B2A) is known color: Scarlett. HEX triplet: 82, 1B and 2A. RGB value is (130,27,42). Sum of RGB (Red+Green+Blue) = 130+27+42=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #821B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B2A is #7DE4D5. Grayscale: #3B3B3B. Windows color (decimal): -8250582 or 2759554. OLE color: 2759554.
HSL color Cylindrical-coordinate representation of color #821B2A: hue angle of 351.26º 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 #821B2A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 42 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.49 |
| HSL | 351.26º | 0.66% | 0.31% | - |
| HSV(B) | 351.26º | 0.79% | 0.51% | - |
| XYZ | 10.02 | 5.7 | 2.76 | - |
| YUV | 59.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 42 | 0 | 0.79 | 0.68 | 0.49 | 351.26 | 0.66 | 0.31 |
| Hex | 82 | 1B | 2A | 0 | 4F | 44 | 31 | 15F | 42 | 1F |
| Octal | 202 | 33 | 52 | 0 | 117 | 104 | 61 | 537 | 102 | 37 |
| Binary | 10000010 | 11011 | 101010 | 0 | 1001111 | 1000100 | 110001 | 101011111 | 1000010 | 11111 |
Color Harmonies of #821B2A
Complementary color
Monochromatic Colors of #821B2A
Black with #821B2A
Text Example
Text Example
White with #821B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B2A; }
p { color: rgb(130,27,42); }
H1.HeaderClassName
{
color: #821B2A;
}
.AnyTagClassName
{
color: #821B2A;
}
</style>
background-color css
<style>
a { background-color: #821B2A; }
a { background-color: rgb(130,27,42); }
div.DivClassName
{
background-color: #821B2A;
}
.BgClassName
{
background-color: #821B2A;
}
</style>
border-color css
<style>
span { border-color: #821B2A; }
span { border-color: rgb(130,27,42); }
td.TdClassName
{
border-color: #821B2A;
}
.TagClassName
{
border-color: #821B2A;
}
</style>