Shades of Paprika #822A3B
Tints of Paprika #822A3B
RGB
CMYK
RGB Variations
Color information
#822A3B (or 0x822A3B) is known color: Paprika. HEX triplet: 82, 2A and 3B. RGB value is (130,42,59). Sum of RGB (Red+Green+Blue) = 130+42+59=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #822A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A3B is #7DD5C4. Grayscale: #464646. Windows color (decimal): -8246725 or 3877506. OLE color: 3877506.
HSL color Cylindrical-coordinate representation of color #822A3B: hue angle of 348.41º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A3B is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 59 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.49 |
| HSL | 348.41º | 0.51% | 0.34% | - |
| HSV(B) | 348.41º | 0.68% | 0.51% | - |
| XYZ | 10.82 | 6.72 | 4.86 | - |
| YUV | 70.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 59 | 0 | 0.68 | 0.55 | 0.49 | 348.41 | 0.51 | 0.34 |
| Hex | 82 | 2A | 3B | 0 | 44 | 37 | 31 | 15C | 33 | 22 |
| Octal | 202 | 52 | 73 | 0 | 104 | 67 | 61 | 534 | 63 | 42 |
| Binary | 10000010 | 101010 | 111011 | 0 | 1000100 | 110111 | 110001 | 101011100 | 110011 | 100010 |
Color Harmonies of #822A3B
Complementary color
Monochromatic Colors of #822A3B
Black with #822A3B
Text Example
Text Example
White with #822A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A3B; }
p { color: rgb(130,42,59); }
H1.HeaderClassName
{
color: #822A3B;
}
.AnyTagClassName
{
color: #822A3B;
}
</style>
background-color css
<style>
a { background-color: #822A3B; }
a { background-color: rgb(130,42,59); }
div.DivClassName
{
background-color: #822A3B;
}
.BgClassName
{
background-color: #822A3B;
}
</style>
border-color css
<style>
span { border-color: #822A3B; }
span { border-color: rgb(130,42,59); }
td.TdClassName
{
border-color: #822A3B;
}
.TagClassName
{
border-color: #822A3B;
}
</style>