Shades of Paprika #852D40
Tints of Paprika #852D40
RGB
CMYK
RGB Variations
Color information
#852D40 (or 0x852D40) is known color: Paprika. HEX triplet: 85, 2D and 40. RGB value is (133,45,64). Sum of RGB (Red+Green+Blue) = 133+45+64=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D40 is #7AD2BF. Grayscale: #494949. Windows color (decimal): -8049344 or 4205957. OLE color: 4205957.
HSL color Cylindrical-coordinate representation of color #852D40: hue angle of 347.05º 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 #852D40 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 64 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.48 |
| HSL | 347.05º | 0.49% | 0.35% | - |
| HSV(B) | 347.05º | 0.66% | 0.52% | - |
| XYZ | 11.54 | 7.23 | 5.64 | - |
| YUV | 73.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 64 | 0 | 0.66 | 0.52 | 0.48 | 347.05 | 0.49 | 0.35 |
| Hex | 85 | 2D | 40 | 0 | 42 | 34 | 30 | 15B | 31 | 23 |
| Octal | 205 | 55 | 100 | 0 | 102 | 64 | 60 | 533 | 61 | 43 |
| Binary | 10000101 | 101101 | 1000000 | 0 | 1000010 | 110100 | 110000 | 101011011 | 110001 | 100011 |
Color Harmonies of #852D40
Complementary color
Monochromatic Colors of #852D40
Black with #852D40
Text Example
Text Example
White with #852D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D40; }
p { color: rgb(133,45,64); }
H1.HeaderClassName
{
color: #852D40;
}
.AnyTagClassName
{
color: #852D40;
}
</style>
background-color css
<style>
a { background-color: #852D40; }
a { background-color: rgb(133,45,64); }
div.DivClassName
{
background-color: #852D40;
}
.BgClassName
{
background-color: #852D40;
}
</style>
border-color css
<style>
span { border-color: #852D40; }
span { border-color: rgb(133,45,64); }
td.TdClassName
{
border-color: #852D40;
}
.TagClassName
{
border-color: #852D40;
}
</style>