Shades of Paprika #85323C
Tints of Paprika #85323C
RGB
CMYK
RGB Variations
Color information
#85323C (or 0x85323C) is known color: Paprika. HEX triplet: 85, 32 and 3C. RGB value is (133,50,60). Sum of RGB (Red+Green+Blue) = 133+50+60=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85323C is #7ACDC3. Grayscale: #4C4C4C. Windows color (decimal): -8048068 or 3945093. OLE color: 3945093.
HSL color Cylindrical-coordinate representation of color #85323C: hue angle of 352.77º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85323C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 60 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.48 |
| HSL | 352.77º | 0.45% | 0.36% | - |
| HSV(B) | 352.77º | 0.62% | 0.52% | - |
| XYZ | 11.63 | 7.59 | 5.13 | - |
| YUV | 75.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 60 | 0 | 0.62 | 0.55 | 0.48 | 352.77 | 0.45 | 0.36 |
| Hex | 85 | 32 | 3C | 0 | 3E | 37 | 30 | 161 | 2D | 24 |
| Octal | 205 | 62 | 74 | 0 | 76 | 67 | 60 | 541 | 55 | 44 |
| Binary | 10000101 | 110010 | 111100 | 0 | 111110 | 110111 | 110000 | 101100001 | 101101 | 100100 |
Color Harmonies of #85323C
Complementary color
Monochromatic Colors of #85323C
Black with #85323C
Text Example
Text Example
White with #85323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85323C; }
p { color: rgb(133,50,60); }
H1.HeaderClassName
{
color: #85323C;
}
.AnyTagClassName
{
color: #85323C;
}
</style>
background-color css
<style>
a { background-color: #85323C; }
a { background-color: rgb(133,50,60); }
div.DivClassName
{
background-color: #85323C;
}
.BgClassName
{
background-color: #85323C;
}
</style>
border-color css
<style>
span { border-color: #85323C; }
span { border-color: rgb(133,50,60); }
td.TdClassName
{
border-color: #85323C;
}
.TagClassName
{
border-color: #85323C;
}
</style>