Shades of Paprika #852C3D
Tints of Paprika #852C3D
RGB
CMYK
RGB Variations
Color information
#852C3D (or 0x852C3D) is known color: Paprika. HEX triplet: 85, 2C and 3D. RGB value is (133,44,61). Sum of RGB (Red+Green+Blue) = 133+44+61=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C3D is #7AD3C2. Grayscale: #484848. Windows color (decimal): -8049603 or 4009093. OLE color: 4009093.
HSL color Cylindrical-coordinate representation of color #852C3D: hue angle of 348.54º 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 #852C3D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 61 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.48 |
| HSL | 348.54º | 0.5% | 0.35% | - |
| HSV(B) | 348.54º | 0.67% | 0.52% | - |
| XYZ | 11.42 | 7.12 | 5.19 | - |
| YUV | 72.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 61 | 0 | 0.67 | 0.54 | 0.48 | 348.54 | 0.5 | 0.35 |
| Hex | 85 | 2C | 3D | 0 | 43 | 36 | 30 | 15D | 32 | 23 |
| Octal | 205 | 54 | 75 | 0 | 103 | 66 | 60 | 535 | 62 | 43 |
| Binary | 10000101 | 101100 | 111101 | 0 | 1000011 | 110110 | 110000 | 101011101 | 110010 | 100011 |
Color Harmonies of #852C3D
Complementary color
Monochromatic Colors of #852C3D
Black with #852C3D
Text Example
Text Example
White with #852C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C3D; }
p { color: rgb(133,44,61); }
H1.HeaderClassName
{
color: #852C3D;
}
.AnyTagClassName
{
color: #852C3D;
}
</style>
background-color css
<style>
a { background-color: #852C3D; }
a { background-color: rgb(133,44,61); }
div.DivClassName
{
background-color: #852C3D;
}
.BgClassName
{
background-color: #852C3D;
}
</style>
border-color css
<style>
span { border-color: #852C3D; }
span { border-color: rgb(133,44,61); }
td.TdClassName
{
border-color: #852C3D;
}
.TagClassName
{
border-color: #852C3D;
}
</style>