Shades of Paprika #852C3E
Tints of Paprika #852C3E
RGB
CMYK
RGB Variations
Color information
#852C3E (or 0x852C3E) is known color: Paprika. HEX triplet: 85, 2C and 3E. RGB value is (133,44,62). Sum of RGB (Red+Green+Blue) = 133+44+62=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C3E is #7AD3C1. Grayscale: #484848. Windows color (decimal): -8049602 or 4074629. OLE color: 4074629.
HSL color Cylindrical-coordinate representation of color #852C3E: hue angle of 347.87º 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 #852C3E is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 62 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.48 |
| HSL | 347.87º | 0.5% | 0.35% | - |
| HSV(B) | 347.87º | 0.67% | 0.52% | - |
| XYZ | 11.44 | 7.14 | 5.33 | - |
| YUV | 72.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 62 | 0 | 0.67 | 0.53 | 0.48 | 347.87 | 0.5 | 0.35 |
| Hex | 85 | 2C | 3E | 0 | 43 | 35 | 30 | 15C | 32 | 23 |
| Octal | 205 | 54 | 76 | 0 | 103 | 65 | 60 | 534 | 62 | 43 |
| Binary | 10000101 | 101100 | 111110 | 0 | 1000011 | 110101 | 110000 | 101011100 | 110010 | 100011 |
Color Harmonies of #852C3E
Complementary color
Monochromatic Colors of #852C3E
Black with #852C3E
Text Example
Text Example
White with #852C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C3E; }
p { color: rgb(133,44,62); }
H1.HeaderClassName
{
color: #852C3E;
}
.AnyTagClassName
{
color: #852C3E;
}
</style>
background-color css
<style>
a { background-color: #852C3E; }
a { background-color: rgb(133,44,62); }
div.DivClassName
{
background-color: #852C3E;
}
.BgClassName
{
background-color: #852C3E;
}
</style>
border-color css
<style>
span { border-color: #852C3E; }
span { border-color: rgb(133,44,62); }
td.TdClassName
{
border-color: #852C3E;
}
.TagClassName
{
border-color: #852C3E;
}
</style>