Shades of Paprika #852E3C
Tints of Paprika #852E3C
RGB
CMYK
RGB Variations
Color information
#852E3C (or 0x852E3C) is known color: Paprika. HEX triplet: 85, 2E and 3C. RGB value is (133,46,60). Sum of RGB (Red+Green+Blue) = 133+46+60=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E3C is #7AD1C3. Grayscale: #494949. Windows color (decimal): -8049092 or 3944069. OLE color: 3944069.
HSL color Cylindrical-coordinate representation of color #852E3C: hue angle of 350.34º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E3C is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 60 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.48 |
| HSL | 350.34º | 0.49% | 0.35% | - |
| HSV(B) | 350.34º | 0.65% | 0.52% | - |
| XYZ | 11.47 | 7.27 | 5.07 | - |
| YUV | 73.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 60 | 0 | 0.65 | 0.55 | 0.48 | 350.34 | 0.49 | 0.35 |
| Hex | 85 | 2E | 3C | 0 | 41 | 37 | 30 | 15E | 31 | 23 |
| Octal | 205 | 56 | 74 | 0 | 101 | 67 | 60 | 536 | 61 | 43 |
| Binary | 10000101 | 101110 | 111100 | 0 | 1000001 | 110111 | 110000 | 101011110 | 110001 | 100011 |
Color Harmonies of #852E3C
Complementary color
Monochromatic Colors of #852E3C
Black with #852E3C
Text Example
Text Example
White with #852E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E3C; }
p { color: rgb(133,46,60); }
H1.HeaderClassName
{
color: #852E3C;
}
.AnyTagClassName
{
color: #852E3C;
}
</style>
background-color css
<style>
a { background-color: #852E3C; }
a { background-color: rgb(133,46,60); }
div.DivClassName
{
background-color: #852E3C;
}
.BgClassName
{
background-color: #852E3C;
}
</style>
border-color css
<style>
span { border-color: #852E3C; }
span { border-color: rgb(133,46,60); }
td.TdClassName
{
border-color: #852E3C;
}
.TagClassName
{
border-color: #852E3C;
}
</style>