Shades of Paprika #852D3C
Tints of Paprika #852D3C
RGB
CMYK
RGB Variations
Color information
#852D3C (or 0x852D3C) is known color: Paprika. HEX triplet: 85, 2D and 3C. RGB value is (133,45,60). Sum of RGB (Red+Green+Blue) = 133+45+60=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D3C is #7AD2C3. Grayscale: #494949. Windows color (decimal): -8049348 or 3943813. OLE color: 3943813.
HSL color Cylindrical-coordinate representation of color #852D3C: hue angle of 349.77º 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 #852D3C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 60 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.48 |
| HSL | 349.77º | 0.49% | 0.35% | - |
| HSV(B) | 349.77º | 0.66% | 0.52% | - |
| XYZ | 11.43 | 7.19 | 5.06 | - |
| YUV | 73.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 60 | 0 | 0.66 | 0.55 | 0.48 | 349.77 | 0.49 | 0.35 |
| Hex | 85 | 2D | 3C | 0 | 42 | 37 | 30 | 15E | 31 | 23 |
| Octal | 205 | 55 | 74 | 0 | 102 | 67 | 60 | 536 | 61 | 43 |
| Binary | 10000101 | 101101 | 111100 | 0 | 1000010 | 110111 | 110000 | 101011110 | 110001 | 100011 |
Color Harmonies of #852D3C
Complementary color
Monochromatic Colors of #852D3C
Black with #852D3C
Text Example
Text Example
White with #852D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D3C; }
p { color: rgb(133,45,60); }
H1.HeaderClassName
{
color: #852D3C;
}
.AnyTagClassName
{
color: #852D3C;
}
</style>
background-color css
<style>
a { background-color: #852D3C; }
a { background-color: rgb(133,45,60); }
div.DivClassName
{
background-color: #852D3C;
}
.BgClassName
{
background-color: #852D3C;
}
</style>
border-color css
<style>
span { border-color: #852D3C; }
span { border-color: rgb(133,45,60); }
td.TdClassName
{
border-color: #852D3C;
}
.TagClassName
{
border-color: #852D3C;
}
</style>