Shades of Scarlett #822033
Tints of Scarlett #822033
RGB
CMYK
RGB Variations
Color information
#822033 (or 0x822033) is known color: Scarlett. HEX triplet: 82, 20 and 33. RGB value is (130,32,51). Sum of RGB (Red+Green+Blue) = 130+32+51=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #822033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822033 is #7DDFCC. Grayscale: #3F3F3F. Windows color (decimal): -8249293 or 3350658. OLE color: 3350658.
HSL color Cylindrical-coordinate representation of color #822033: hue angle of 348.37º 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 #822033 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 51 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.49 |
| HSL | 348.37º | 0.6% | 0.32% | - |
| HSV(B) | 348.37º | 0.75% | 0.51% | - |
| XYZ | 10.32 | 6.02 | 3.75 | - |
| YUV | 63.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 51 | 0 | 0.75 | 0.61 | 0.49 | 348.37 | 0.6 | 0.32 |
| Hex | 82 | 20 | 33 | 0 | 4B | 3D | 31 | 15C | 3C | 20 |
| Octal | 202 | 40 | 63 | 0 | 113 | 75 | 61 | 534 | 74 | 40 |
| Binary | 10000010 | 100000 | 110011 | 0 | 1001011 | 111101 | 110001 | 101011100 | 111100 | 100000 |
Color Harmonies of #822033
Complementary color
Monochromatic Colors of #822033
Black with #822033
Text Example
Text Example
White with #822033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822033; }
p { color: rgb(130,32,51); }
H1.HeaderClassName
{
color: #822033;
}
.AnyTagClassName
{
color: #822033;
}
</style>
background-color css
<style>
a { background-color: #822033; }
a { background-color: rgb(130,32,51); }
div.DivClassName
{
background-color: #822033;
}
.BgClassName
{
background-color: #822033;
}
</style>
border-color css
<style>
span { border-color: #822033; }
span { border-color: rgb(130,32,51); }
td.TdClassName
{
border-color: #822033;
}
.TagClassName
{
border-color: #822033;
}
</style>