Shades of Paprika #823035
Tints of Paprika #823035
RGB
CMYK
RGB Variations
Color information
#823035 (or 0x823035) is known color: Paprika. HEX triplet: 82, 30 and 35. RGB value is (130,48,53). Sum of RGB (Red+Green+Blue) = 130+48+53=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #823035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823035 is #7DCFCA. Grayscale: #494949. Windows color (decimal): -8245195 or 3485826. OLE color: 3485826.
HSL color Cylindrical-coordinate representation of color #823035: hue angle of 356.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823035 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 53 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.49 |
| HSL | 356.34º | 0.46% | 0.35% | - |
| HSV(B) | 356.34º | 0.63% | 0.51% | - |
| XYZ | 10.91 | 7.12 | 4.17 | - |
| YUV | 73.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 53 | 0 | 0.63 | 0.59 | 0.49 | 356.34 | 0.46 | 0.35 |
| Hex | 82 | 30 | 35 | 0 | 3F | 3B | 31 | 164 | 2E | 23 |
| Octal | 202 | 60 | 65 | 0 | 77 | 73 | 61 | 544 | 56 | 43 |
| Binary | 10000010 | 110000 | 110101 | 0 | 111111 | 111011 | 110001 | 101100100 | 101110 | 100011 |
Color Harmonies of #823035
Complementary color
Monochromatic Colors of #823035
Black with #823035
Text Example
Text Example
White with #823035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823035; }
p { color: rgb(130,48,53); }
H1.HeaderClassName
{
color: #823035;
}
.AnyTagClassName
{
color: #823035;
}
</style>
background-color css
<style>
a { background-color: #823035; }
a { background-color: rgb(130,48,53); }
div.DivClassName
{
background-color: #823035;
}
.BgClassName
{
background-color: #823035;
}
</style>
border-color css
<style>
span { border-color: #823035; }
span { border-color: rgb(130,48,53); }
td.TdClassName
{
border-color: #823035;
}
.TagClassName
{
border-color: #823035;
}
</style>