Shades of Scarlett #821A3B
Tints of Scarlett #821A3B
RGB
CMYK
RGB Variations
Color information
#821A3B (or 0x821A3B) is known color: Scarlett. HEX triplet: 82, 1A and 3B. RGB value is (130,26,59). Sum of RGB (Red+Green+Blue) = 130+26+59=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #821A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A3B is #7DE5C4. Grayscale: #3C3C3C. Windows color (decimal): -8250821 or 3873410. OLE color: 3873410.
HSL color Cylindrical-coordinate representation of color #821A3B: hue angle of 340.96º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A3B is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 59 | - |
| CMYK | 0 | 0.8 | 0.55 | 0.49 |
| HSL | 340.96º | 0.67% | 0.31% | - |
| HSV(B) | 340.96º | 0.8% | 0.51% | - |
| XYZ | 10.36 | 5.8 | 4.71 | - |
| YUV | 60.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 59 | 0 | 0.8 | 0.55 | 0.49 | 340.96 | 0.67 | 0.31 |
| Hex | 82 | 1A | 3B | 0 | 50 | 37 | 31 | 155 | 43 | 1F |
| Octal | 202 | 32 | 73 | 0 | 120 | 67 | 61 | 525 | 103 | 37 |
| Binary | 10000010 | 11010 | 111011 | 0 | 1010000 | 110111 | 110001 | 101010101 | 1000011 | 11111 |
Color Harmonies of #821A3B
Complementary color
Monochromatic Colors of #821A3B
Black with #821A3B
Text Example
Text Example
White with #821A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A3B; }
p { color: rgb(130,26,59); }
H1.HeaderClassName
{
color: #821A3B;
}
.AnyTagClassName
{
color: #821A3B;
}
</style>
background-color css
<style>
a { background-color: #821A3B; }
a { background-color: rgb(130,26,59); }
div.DivClassName
{
background-color: #821A3B;
}
.BgClassName
{
background-color: #821A3B;
}
</style>
border-color css
<style>
span { border-color: #821A3B; }
span { border-color: rgb(130,26,59); }
td.TdClassName
{
border-color: #821A3B;
}
.TagClassName
{
border-color: #821A3B;
}
</style>