Shades of Scarlett #822030
Tints of Scarlett #822030
RGB
CMYK
RGB Variations
Color information
#822030 (or 0x822030) is known color: Scarlett. HEX triplet: 82, 20 and 30. RGB value is (130,32,48). Sum of RGB (Red+Green+Blue) = 130+32+48=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822030 is #7DDFCF. Grayscale: #3F3F3F. Windows color (decimal): -8249296 or 3154050. OLE color: 3154050.
HSL color Cylindrical-coordinate representation of color #822030: hue angle of 350.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822030 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 48 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.49 |
| HSL | 350.2º | 0.6% | 0.32% | - |
| HSV(B) | 350.2º | 0.75% | 0.51% | - |
| XYZ | 10.26 | 5.99 | 3.41 | - |
| YUV | 63.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 48 | 0 | 0.75 | 0.63 | 0.49 | 350.2 | 0.6 | 0.32 |
| Hex | 82 | 20 | 30 | 0 | 4B | 3F | 31 | 15E | 3C | 20 |
| Octal | 202 | 40 | 60 | 0 | 113 | 77 | 61 | 536 | 74 | 40 |
| Binary | 10000010 | 100000 | 110000 | 0 | 1001011 | 111111 | 110001 | 101011110 | 111100 | 100000 |
Color Harmonies of #822030
Complementary color
Monochromatic Colors of #822030
Black with #822030
Text Example
Text Example
White with #822030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822030; }
p { color: rgb(130,32,48); }
H1.HeaderClassName
{
color: #822030;
}
.AnyTagClassName
{
color: #822030;
}
</style>
background-color css
<style>
a { background-color: #822030; }
a { background-color: rgb(130,32,48); }
div.DivClassName
{
background-color: #822030;
}
.BgClassName
{
background-color: #822030;
}
</style>
border-color css
<style>
span { border-color: #822030; }
span { border-color: rgb(130,32,48); }
td.TdClassName
{
border-color: #822030;
}
.TagClassName
{
border-color: #822030;
}
</style>