Shades of Paprika #852B3E
Tints of Paprika #852B3E
RGB
CMYK
RGB Variations
Color information
#852B3E (or 0x852B3E) is known color: Paprika. HEX triplet: 85, 2B and 3E. RGB value is (133,43,62). Sum of RGB (Red+Green+Blue) = 133+43+62=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B3E is #7AD4C1. Grayscale: #484848. Windows color (decimal): -8049858 or 4074373. OLE color: 4074373.
HSL color Cylindrical-coordinate representation of color #852B3E: hue angle of 347.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B3E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 62 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.48 |
| HSL | 347.33º | 0.51% | 0.35% | - |
| HSV(B) | 347.33º | 0.68% | 0.52% | - |
| XYZ | 11.41 | 7.06 | 5.32 | - |
| YUV | 72.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 62 | 0 | 0.68 | 0.53 | 0.48 | 347.33 | 0.51 | 0.35 |
| Hex | 85 | 2B | 3E | 0 | 44 | 35 | 30 | 15B | 33 | 23 |
| Octal | 205 | 53 | 76 | 0 | 104 | 65 | 60 | 533 | 63 | 43 |
| Binary | 10000101 | 101011 | 111110 | 0 | 1000100 | 110101 | 110000 | 101011011 | 110011 | 100011 |
Color Harmonies of #852B3E
Complementary color
Monochromatic Colors of #852B3E
Black with #852B3E
Text Example
Text Example
White with #852B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B3E; }
p { color: rgb(133,43,62); }
H1.HeaderClassName
{
color: #852B3E;
}
.AnyTagClassName
{
color: #852B3E;
}
</style>
background-color css
<style>
a { background-color: #852B3E; }
a { background-color: rgb(133,43,62); }
div.DivClassName
{
background-color: #852B3E;
}
.BgClassName
{
background-color: #852B3E;
}
</style>
border-color css
<style>
span { border-color: #852B3E; }
span { border-color: rgb(133,43,62); }
td.TdClassName
{
border-color: #852B3E;
}
.TagClassName
{
border-color: #852B3E;
}
</style>