Shades of Paprika #852E3E
Tints of Paprika #852E3E
RGB
CMYK
RGB Variations
Color information
#852E3E (or 0x852E3E) is known color: Paprika. HEX triplet: 85, 2E and 3E. RGB value is (133,46,62). Sum of RGB (Red+Green+Blue) = 133+46+62=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E3E is #7AD1C1. Grayscale: #494949. Windows color (decimal): -8049090 or 4075141. OLE color: 4075141.
HSL color Cylindrical-coordinate representation of color #852E3E: hue angle of 348.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E3E is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 62 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.48 |
| HSL | 348.97º | 0.49% | 0.35% | - |
| HSV(B) | 348.97º | 0.65% | 0.52% | - |
| XYZ | 11.52 | 7.29 | 5.36 | - |
| YUV | 73.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 62 | 0 | 0.65 | 0.53 | 0.48 | 348.97 | 0.49 | 0.35 |
| Hex | 85 | 2E | 3E | 0 | 41 | 35 | 30 | 15D | 31 | 23 |
| Octal | 205 | 56 | 76 | 0 | 101 | 65 | 60 | 535 | 61 | 43 |
| Binary | 10000101 | 101110 | 111110 | 0 | 1000001 | 110101 | 110000 | 101011101 | 110001 | 100011 |
Color Harmonies of #852E3E
Complementary color
Monochromatic Colors of #852E3E
Black with #852E3E
Text Example
Text Example
White with #852E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E3E; }
p { color: rgb(133,46,62); }
H1.HeaderClassName
{
color: #852E3E;
}
.AnyTagClassName
{
color: #852E3E;
}
</style>
background-color css
<style>
a { background-color: #852E3E; }
a { background-color: rgb(133,46,62); }
div.DivClassName
{
background-color: #852E3E;
}
.BgClassName
{
background-color: #852E3E;
}
</style>
border-color css
<style>
span { border-color: #852E3E; }
span { border-color: rgb(133,46,62); }
td.TdClassName
{
border-color: #852E3E;
}
.TagClassName
{
border-color: #852E3E;
}
</style>