Shades of Scarlett #822230
Tints of Scarlett #822230
RGB
CMYK
RGB Variations
Color information
#822230 (or 0x822230) is known color: Scarlett. HEX triplet: 82, 22 and 30. RGB value is (130,34,48). Sum of RGB (Red+Green+Blue) = 130+34+48=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822230 is #7DDDCF. Grayscale: #404040. Windows color (decimal): -8248784 or 3154562. OLE color: 3154562.
HSL color Cylindrical-coordinate representation of color #822230: hue angle of 351.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822230 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 48 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.49 |
| HSL | 351.25º | 0.59% | 0.32% | - |
| HSV(B) | 351.25º | 0.74% | 0.51% | - |
| XYZ | 10.31 | 6.1 | 3.43 | - |
| YUV | 64.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 48 | 0 | 0.74 | 0.63 | 0.49 | 351.25 | 0.59 | 0.32 |
| Hex | 82 | 22 | 30 | 0 | 4A | 3F | 31 | 15F | 3B | 20 |
| Octal | 202 | 42 | 60 | 0 | 112 | 77 | 61 | 537 | 73 | 40 |
| Binary | 10000010 | 100010 | 110000 | 0 | 1001010 | 111111 | 110001 | 101011111 | 111011 | 100000 |
Color Harmonies of #822230
Complementary color
Monochromatic Colors of #822230
Black with #822230
Text Example
Text Example
White with #822230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822230; }
p { color: rgb(130,34,48); }
H1.HeaderClassName
{
color: #822230;
}
.AnyTagClassName
{
color: #822230;
}
</style>
background-color css
<style>
a { background-color: #822230; }
a { background-color: rgb(130,34,48); }
div.DivClassName
{
background-color: #822230;
}
.BgClassName
{
background-color: #822230;
}
</style>
border-color css
<style>
span { border-color: #822230; }
span { border-color: rgb(130,34,48); }
td.TdClassName
{
border-color: #822230;
}
.TagClassName
{
border-color: #822230;
}
</style>