Shades of Paprika #852C40
Tints of Paprika #852C40
RGB
CMYK
RGB Variations
Color information
#852C40 (or 0x852C40) is known color: Paprika. HEX triplet: 85, 2C and 40. RGB value is (133,44,64). Sum of RGB (Red+Green+Blue) = 133+44+64=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C40 is #7AD3BF. Grayscale: #484848. Windows color (decimal): -8049600 or 4205701. OLE color: 4205701.
HSL color Cylindrical-coordinate representation of color #852C40: hue angle of 346.52º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C40 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 64 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.48 |
| HSL | 346.52º | 0.5% | 0.35% | - |
| HSV(B) | 346.52º | 0.67% | 0.52% | - |
| XYZ | 11.5 | 7.16 | 5.63 | - |
| YUV | 72.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 64 | 0 | 0.67 | 0.52 | 0.48 | 346.52 | 0.5 | 0.35 |
| Hex | 85 | 2C | 40 | 0 | 43 | 34 | 30 | 15B | 32 | 23 |
| Octal | 205 | 54 | 100 | 0 | 103 | 64 | 60 | 533 | 62 | 43 |
| Binary | 10000101 | 101100 | 1000000 | 0 | 1000011 | 110100 | 110000 | 101011011 | 110010 | 100011 |
Color Harmonies of #852C40
Complementary color
Monochromatic Colors of #852C40
Black with #852C40
Text Example
Text Example
White with #852C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C40; }
p { color: rgb(133,44,64); }
H1.HeaderClassName
{
color: #852C40;
}
.AnyTagClassName
{
color: #852C40;
}
</style>
background-color css
<style>
a { background-color: #852C40; }
a { background-color: rgb(133,44,64); }
div.DivClassName
{
background-color: #852C40;
}
.BgClassName
{
background-color: #852C40;
}
</style>
border-color css
<style>
span { border-color: #852C40; }
span { border-color: rgb(133,44,64); }
td.TdClassName
{
border-color: #852C40;
}
.TagClassName
{
border-color: #852C40;
}
</style>