Shades of Scarlett #821A34
Tints of Scarlett #821A34
RGB
CMYK
RGB Variations
Color information
#821A34 (or 0x821A34) is known color: Scarlett. HEX triplet: 82, 1A and 34. RGB value is (130,26,52). Sum of RGB (Red+Green+Blue) = 130+26+52=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #821A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A34 is #7DE5CB. Grayscale: #3C3C3C. Windows color (decimal): -8250828 or 3414658. OLE color: 3414658.
HSL color Cylindrical-coordinate representation of color #821A34: hue angle of 345º 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 #821A34 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 52 | - |
| CMYK | 0 | 0.8 | 0.60 | 0.49 |
| HSL | 345º | 0.67% | 0.31% | - |
| HSV(B) | 345º | 0.8% | 0.51% | - |
| XYZ | 10.2 | 5.73 | 3.82 | - |
| YUV | 60.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 52 | 0 | 0.8 | 0.60 | 0.49 | 345 | 0.67 | 0.31 |
| Hex | 82 | 1A | 34 | 0 | 50 | 3C | 31 | 159 | 43 | 1F |
| Octal | 202 | 32 | 64 | 0 | 120 | 74 | 61 | 531 | 103 | 37 |
| Binary | 10000010 | 11010 | 110100 | 0 | 1010000 | 111100 | 110001 | 101011001 | 1000011 | 11111 |
Color Harmonies of #821A34
Complementary color
Monochromatic Colors of #821A34
Black with #821A34
Text Example
Text Example
White with #821A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A34; }
p { color: rgb(130,26,52); }
H1.HeaderClassName
{
color: #821A34;
}
.AnyTagClassName
{
color: #821A34;
}
</style>
background-color css
<style>
a { background-color: #821A34; }
a { background-color: rgb(130,26,52); }
div.DivClassName
{
background-color: #821A34;
}
.BgClassName
{
background-color: #821A34;
}
</style>
border-color css
<style>
span { border-color: #821A34; }
span { border-color: rgb(130,26,52); }
td.TdClassName
{
border-color: #821A34;
}
.TagClassName
{
border-color: #821A34;
}
</style>