Shades of Paprika #852D3D
Tints of Paprika #852D3D
RGB
CMYK
RGB Variations
Color information
#852D3D (or 0x852D3D) is known color: Paprika. HEX triplet: 85, 2D and 3D. RGB value is (133,45,61). Sum of RGB (Red+Green+Blue) = 133+45+61=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D3D is #7AD2C2. Grayscale: #494949. Windows color (decimal): -8049347 or 4009349. OLE color: 4009349.
HSL color Cylindrical-coordinate representation of color #852D3D: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D3D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 61 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.48 |
| HSL | 349.09º | 0.49% | 0.35% | - |
| HSV(B) | 349.09º | 0.66% | 0.52% | - |
| XYZ | 11.45 | 7.2 | 5.2 | - |
| YUV | 73.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 61 | 0 | 0.66 | 0.54 | 0.48 | 349.09 | 0.49 | 0.35 |
| Hex | 85 | 2D | 3D | 0 | 42 | 36 | 30 | 15D | 31 | 23 |
| Octal | 205 | 55 | 75 | 0 | 102 | 66 | 60 | 535 | 61 | 43 |
| Binary | 10000101 | 101101 | 111101 | 0 | 1000010 | 110110 | 110000 | 101011101 | 110001 | 100011 |
Color Harmonies of #852D3D
Complementary color
Monochromatic Colors of #852D3D
Black with #852D3D
Text Example
Text Example
White with #852D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D3D; }
p { color: rgb(133,45,61); }
H1.HeaderClassName
{
color: #852D3D;
}
.AnyTagClassName
{
color: #852D3D;
}
</style>
background-color css
<style>
a { background-color: #852D3D; }
a { background-color: rgb(133,45,61); }
div.DivClassName
{
background-color: #852D3D;
}
.BgClassName
{
background-color: #852D3D;
}
</style>
border-color css
<style>
span { border-color: #852D3D; }
span { border-color: rgb(133,45,61); }
td.TdClassName
{
border-color: #852D3D;
}
.TagClassName
{
border-color: #852D3D;
}
</style>